XmpPdfAExtensionObject

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

NameTypeAccessDescription
DescriptionstringReadDescription of what this extension property carries.
ValuestringRead/WriteCurrent value (writable so callers can update before serialising).

Methods

SignatureDescription
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.

See Also