Aspose::Pdf::XmpField class

XmpField class

Represents XMP field.

class XmpField : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) overrideIndicates whether this instance and a specified object are equal.
static get_Empty()Gets an Empty xmp field.
get_FieldType()Gets the type of the field.
get_IsEmpty()Gets a value indicating whether this instance is empty.
static get_Lang()Gets xml:lang qualifier.
get_LocalName() constGets the name of the local.
get_Name() constGets the name.
get_NamespaceUri() constGets the namespace URI.
get_Prefix() constGets the prefix.
get_Value() constGets the value.
GetHashCode() const overrideReturns a hash code for this instance.
set_LocalName(System::String)Sets the name of the local.
set_NamespaceUri(System::String)Gets the namespace URI.
set_Prefix(System::String)Gets the prefix.
ToArray()Gets value as an array.
ToStructure()Gets value as a structure.

See Also