Class XmpField
Namespace: Aspose.Page.EPS.XMP
Assembly: Aspose.Page.dll (25.1.2)
Represents XMP field.
public class XmpField
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Empty
Gets an Empty xmp field.
public static XmpField Empty { get; }
Property Value
FieldType
Gets the type of the field.
public XmpFieldType FieldType { get; }
Property Value
IsEmpty
Gets a value indicating whether this instance is empty.
public bool IsEmpty { get; }
Property Value
Lang
Gets xml:lang qualifier.
public static XmpField Lang { get; }
Property Value
LocalName
Gets or sets the name of the local.
public string LocalName { get; set; }
Property Value
Name
Gets the name.
public string Name { get; }
Property Value
NamespaceUri
Gets the namespace URI.
public string NamespaceUri { get; set; }
Property Value
Prefix
Gets the prefix.
public string Prefix { get; set; }
Property Value
Value
Gets the value.
public XmpValue Value { get; }
Property Value
Methods
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
obj
object
Another object to compare to.
Returns
true if obj and this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
ToArray()
Gets value as an array.
public XmpValue[] ToArray()
Returns
XmpValue[]
The array.
ToStructure()
Gets value as a structure.
public XmpField[] ToStructure()
Returns
XmpField[]
The tructure.
Operators
operator ==(XmpField, XmpField)
Implements the operator ==.
public static bool operator ==(XmpField field1, XmpField field2)
Parameters
field1
XmpField
The field1.
field2
XmpField
The field2.
Returns
The result of the operator.
operator !=(XmpField, XmpField)
Implements the operator !=.
public static bool operator !=(XmpField field1, XmpField field2)
Parameters
field1
XmpField
The field1.
field2
XmpField
The field2.
Returns
The result of the operator.