Aspose::Pdf::DataEditor::CosPdfDictionary::Add method

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

Set ICosPdfPrimitive to dictionary.

void Aspose::Pdf::DataEditor::CosPdfDictionary::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

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

Set ICosPdfPrimitive to dictionary.

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

See Also