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
Name | Description |
---|
XmpPdfAExtensionProperty(string, string, string, XmpPdfAExtensionCategoryType, string) | Initializes new object. |
Properties
Name | Description |
---|
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
Name | Description |
---|
override GetXml(XmlDocument) | Returns the list of xml elements that represent property in xml tree. |
See Also