Aspose::Pdf::Utils::DictionaryEditor::Add method

DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>>&) method

Set ICosPdfPrimitive to dictionary.

void Aspose::Pdf::Utils::DictionaryEditor::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>> &item) override
ParameterTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>>&The pair with a key and a value.

See Also

DictionaryEditor::Add(const System::String&, const System::SharedPtr<PublicData::ICosPdfPrimitive>&) method

Set ICosPdfPrimitive to dictionary.

void Aspose::Pdf::Utils::DictionaryEditor::Add(const System::String &key, const System::SharedPtr<PublicData::ICosPdfPrimitive> &value) override
ParameterTypeDescription
keyconst System::String&Key.
valueconst System::SharedPtr<PublicData::ICosPdfPrimitive>&Value.

See Also