XmpPdfAExtensionSchemaDescription

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

NameTypeAccessDescription
DescriptionstringReadSchema description.
NamespaceURIstringReadNamespace URI declared by this schema.
PrefixstringReadNamespace prefix bound to NamespaceURI.

Methods

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

See Also