Aspose::Pdf::DataEditor::CosPdfDictionary::idx_set method

CosPdfDictionary::idx_set method

Sets the element with the specified key.

void Aspose::Pdf::DataEditor::CosPdfDictionary::idx_set(const System::String &key, System::SharedPtr<ICosPdfPrimitive> value) override
ParameterTypeDescription
keyconst System::String&The key of the element to get or set.
valueSystem::SharedPtr<ICosPdfPrimitive>The element with the specified key.

See Also