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
- Typedef ArrayPtr
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Metadata name. |
ReturnValue
Bytes of metadata.
See Also
- Typedef ArrayPtr
- Class String
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++