Class XmpPdfAExtensionProperty

XmpPdfAExtensionProperty class

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

public sealed class XmpPdfAExtensionProperty : XmpPdfAExtensionField

Constructors

NameDescription
XmpPdfAExtensionProperty(string, string, string, XmpPdfAExtensionCategoryType, string)Initializes new object.

Properties

NameDescription
Category { get; }Gets the property category.
Description { get; }Gets the description.
Name { get; }Field name. Field names must be valid XML element names.
Value { get; set; }Gets or sets the value.
ValueType { get; }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
override GetXml(XmlDocument)Returns the list of xml elements that represent property in xml tree.

See Also