Aspose::Pdf::XmpPdfAExtensionProperty class

XmpPdfAExtensionProperty class

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

class XmpPdfAExtensionProperty : public Aspose::Pdf::XmpPdfAExtensionField

Methods

MethodDescription
get_Category() constGets the property category.
get_Description() constGets the description.
get_Name() constField name. Field names must be valid XML element names.
get_Value() constGets the value.
get_ValueType() constField 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.
GetXml(System::SharedPtr<System::Xml::XmlDocument>) overrideReturns the list of xml elements that represent property in xml tree.
set_Value(System::String)Sets the value.
XmpPdfAExtensionField(System::String, System::String, System::String, System::String)Initializes object.
XmpPdfAExtensionProperty(System::String, System::String, System::String, XmpPdfAExtensionCategoryType, System::String)Initializes new object.

See Also