XmpPdfAExtensionProperty

XmpPdfAExtensionProperty class

Describes a single property. Schema namespace URI: http://www.aiim.org/pdfa/ns/property#
Required schema namespace prefix: pdfaProperty

The XmpPdfAExtensionProperty type exposes the following members:

Constructors

NameDescription
XmpPdfAExtensionProperty(name, value, value_type, category, description)Initializes a new instance of the XmpPdfAExtensionProperty 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.
categoryGets the property category.

See Also