Class XmpPdfAExtensionSchemaDescription

XmpPdfAExtensionSchemaDescription class

Represents the description of XMP extension schema which is provided by PDF/A-1.

public class XmpPdfAExtensionSchemaDescription

Constructors

NameDescription
XmpPdfAExtensionSchemaDescription(string, string, string)Initializes new object.

Properties

NameDescription
Description { get; }Gets the optional description.
NamespaceURI { get; }Gets the namespace URI.
Prefix { get; }Gets the prefix.

Methods

NameDescription
GetXml(XmlDocument)Returns the list of xml elements that represent schema description in xml tree.

See Also