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::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

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

Adds extension field into metadata.

void Aspose::Pdf::Facades::PdfXmpMetadata::Add(System::SharedPtr<XmpPdfAExtensionObject> xmpPdfAExtensionObject, System::String namespacePrefix, System::String namespaceUri, System::String schemaDescription)
ParameterTypeDescription
xmpPdfAExtensionObjectSystem::SharedPtr<XmpPdfAExtensionObject>The pdf extension object to add.
namespacePrefixSystem::StringThe prefix of schema.
namespaceUriSystem::StringThe namespace uri of schema.
schemaDescriptionSystem::StringThe optional description of schema.

See Also