XmpPdfAExtensionField

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.

The XmpPdfAExtensionField type exposes the following members:

Constructors

NameDescription
XmpPdfAExtensionField(name, value, value_type, description)Initializes a new instance of the XmpPdfAExtensionField class

Properties

NameDescription
descriptionGets the description.
valueGets or sets the value.
nameField name. Field names must be valid XML element names.
value_typeField 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.

See Also