Aspose::Page::EPS::XMP::XmpMetadata::Add method

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

Adds pair with key and value into the dictionary.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParameterTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Item to be added.

See Also

XmpMetadata::Add(const System::String&, const System::SharedPtr<System::Object>&) method

Adds value to metadata.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParameterTypeDescription
keyconst System::String&The key to add.
valueconst System::SharedPtr<System::Object>&Value which will be added.

See Also

XmpMetadata::Add(const System::String&, const System::SharedPtr<XmpValue>&) method

Adds value to metadata.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParameterTypeDescription
keyconst System::String&The key to add.
valueconst System::SharedPtr<XmpValue>&Value which will be added.

See Also