Aspose::Pdf::DataEditor::DictionaryEditor::Add method

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

Set ICosPdfPrimitive to dictionary.

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

See Also

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

Set ICosPdfPrimitive to dictionary.

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

See Also