Aspose::Pdf::Annotations::AppearanceDictionary::Add method

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

Adds pair with key and value into the dictionary.

void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>> &item) override
ParameterTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&Item to be added.

See Also

AppearanceDictionary::Add(const System::String&, const System::SharedPtr<XForm>&) method

Add X form for specifed key.

void Aspose::Pdf::Annotations::AppearanceDictionary::Add(const System::String &key, const System::SharedPtr<XForm> &value) override
ParameterTypeDescription
keyconst System::String&Element key.
valueconst System::SharedPtr<XForm>&XForm object value.

See Also