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(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(System::String name)
ParameterTypeDescription
nameSystem::StringMetadata name.

ReturnValue

Bytes of metadata.

See Also