XmpPdfAExtensionObject
Overview
XmpPdfAExtensionObject is a class in Aspose.PDF FOSS for .NET.
One PDF/A XMP-extension property/value pair.
This class provides 2 methods for working with XmpPdfAExtensionObject objects in .NET programs.
Available methods include: GetXml, XmpPdfAExtensionObject.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Description, Value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Description | string | Read | Description of what this extension property carries. |
Value | string | Read/Write | Current value (writable so callers can update before serialising). |
Methods
| Signature | Description |
|---|---|
XmpPdfAExtensionObject(description: string, value: string) | Construct an extension object with description + value. |
GetXml(xmlDocument: XmlDocument) | Render this extension object as XML elements rooted in xmlDocument. |