Aspose::Pdf::Utils::DictionaryEditor::idx_set method

DictionaryEditor::idx_set method

Sets the element with the specified key.

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

See Also