XmpPdfAExtensionValueType Class
The PDF/A ValueType schema is required for all property value types which are not defined in the XMP 2004 specification, i.e. for value types outside of the following list: - Array types (these are container types which may contain one or more fields): Alt, Bag, Seq - Basic value types: Boolean, (open and closed) Choice, Date, Dimensions, Integer, Lang Alt, Locale, MIMEType, ProperName, Real, Text, Thumbnail, URI, URL, XPath - Media Management value types: AgentName, RenditionClass, ResourceEvent, ResourceRef, Version - Basic Job/Workflow value type: Job - EXIF schema value types: Flash, CFAPattern, DeviceSettings, GPSCoordinate, OECF/SFR, Rational Schema namespace URI: http://www.aiim.org/pdfa/ns/type# Required schema namespace prefix: pdfaType
Inheritance Hierarchy

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

The XmpPdfAExtensionValueType type exposes the following members.

Constructors
  NameDescription
Public methodXmpPdfAExtensionValueType
Initializes new object.
Properties
  NameDescription
Public propertyDescription
Gets the description.
(Inherited from XmpPdfAExtensionObject.)
Public propertyFields
Gets the list of fields.
Public propertyNamespaceUri
Gets the namespace URI.
Public propertyPrefix
Gets the prefix.
Public propertyType
Gets the value type.
Public propertyValue
Gets or sets the value.
(Inherited from XmpPdfAExtensionObject.)
Methods
  NameDescription
Public methodAdd
Add new field.
Public methodAddRange
Adds the range of fields.
Public methodClear
Clears all fields.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetXml
Returns the list of xml elements that represent value type in xml tree.
(Overrides XmpPdfAExtensionObjectGetXml(XmlDocument).)
Public methodRemove
Removes the field from the list of fields.
Public methodToString (Inherited from Object.)
See Also