Aspose::Pdf::Facades::PdfXmpMetadata::Add method

PdfXmpMetadata::Add(const DefaultMetadataProperties&, const System::SharedPtr<XmpValue>&) method

Adds value to XMP metadata.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const DefaultMetadataProperties &key, const System::SharedPtr<XmpValue> &value)
ParameterTypeDescription
keyconst DefaultMetadataProperties&The key name.
valueconst System::SharedPtr<XmpValue>&Value which will be added.

See Also

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

Adds pair with key and value into the dictionary.

void Aspose::Pdf::Facades::PdfXmpMetadata::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

PdfXmpMetadata::Add(const System::SharedPtr<XmpPdfAExtensionObject>&, const System::String&, const System::String&, const System::String&) method

Adds extension field into metadata.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::SharedPtr<XmpPdfAExtensionObject> &xmpPdfAExtensionObject, const System::String &namespacePrefix, const System::String &namespaceUri, const System::String &schemaDescription)
ParameterTypeDescription
xmpPdfAExtensionObjectconst System::SharedPtr<XmpPdfAExtensionObject>&The pdf extension object to add.
namespacePrefixconst System::String&The prefix of schema.
namespaceUriconst System::String&The namespace uri of schema.
schemaDescriptionconst System::String&The optional description of schema.

See Also

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

Adds new element to the dictionary object.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParameterTypeDescription
keyconst System::String&Key of new element.
valueconst System::SharedPtr<System::Object>&Value of the element.

See Also

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

Adds new element to the dictionary object.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParameterTypeDescription
keyconst System::String&Key of new element.
valueconst System::SharedPtr<XmpValue>&Value of the element.

See Also