XmpPdfAExtensionField Class
This schema describes a field in a structured type. It is very similar to the PDF/A Property Value Type schema, but defines a field in a structure instead of a property. Schema namespace URI: http://www.aiim.org/pdfa/ns/field# Required schema namespace prefix: pdfaField.
Inheritance Hierarchy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class XmpPdfAExtensionField : XmpPdfAExtensionObject

The XmpPdfAExtensionField type exposes the following members.

Constructors
  NameDescription
Public methodXmpPdfAExtensionField
Initializes object.
Properties
  NameDescription
Public propertyDescription
Gets the description.
(Inherited from XmpPdfAExtensionObject.)
Public propertyName
Field name. Field names must be valid XML element names.
Public propertyValue
Gets or sets the value.
(Inherited from XmpPdfAExtensionObject.)
Public propertyValueType
Field value type, drawn from XMP Specification 2004, or an embedded PDF/A value type extension schema. Predefined XMP type names or names of custom types.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetXml
Returns the list of xml elements that represent field in xml tree.
(Overrides XmpPdfAExtensionObjectGetXml(XmlDocument).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also