Aspose::Pdf::Facades::PdfXmpMetadata::GetXmpMetadata method

PdfXmpMetadata::GetXmpMetadata() method

Get the XmpMetadata of the input pdf in a xml format.

System::ArrayPtr<uint8_t> Aspose::Pdf::Facades::PdfXmpMetadata::GetXmpMetadata()

ReturnValue

The bytes of the XmpMetadata.

See Also

PdfXmpMetadata::GetXmpMetadata(const System::String&) method

Get a part of the XmpMetadata of the input pdf according to a meta name.

System::ArrayPtr<uint8_t> Aspose::Pdf::Facades::PdfXmpMetadata::GetXmpMetadata(const System::String &name)
ParameterTypeDescription
nameconst System::String&Metadata name.

ReturnValue

Bytes of metadata.

See Also