XmpPdfAExtensionSchemaDescription
Overview
XmpPdfAExtensionSchemaDescription is a class in Aspose.PDF FOSS for .NET.
Human-readable description of a PDF/A XMP extension schema.
This class provides 2 methods for working with XmpPdfAExtensionSchemaDescription objects in .NET programs.
Available methods include: GetXml, XmpPdfAExtensionSchemaDescription.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Description, NamespaceURI, Prefix.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Description | string | Read | Schema description. |
NamespaceURI | string | Read | Namespace URI declared by this schema. |
Prefix | string | Read | Namespace prefix bound to NamespaceURI. |
Methods
| Signature | Description |
|---|---|
XmpPdfAExtensionSchemaDescription(prefix: string, namespaceURI: string, description: string) | Construct a description with prefix, namespace URI, and free-form text. |
GetXml(xmlDocument: XmlDocument) | Render this description as XML elements. |