Class XmpField

XmpField class

Represents XMP field.

public class XmpField

Properties

NameDescription
static Empty { get; }Gets an Empty xmp field.
static Lang { get; }Gets xml:lang qualifier.
FieldType { get; }Gets the type of the field.
IsEmpty { get; }Gets a value indicating whether this instance is empty.
LocalName { get; set; }Gets or sets the name of the local.
Name { get; }Gets the name.
NamespaceUri { get; set; }Gets the namespace URI.
Prefix { get; set; }Gets the prefix.
Value { get; }Gets the value.

Methods

NameDescription
override Equals(object)Indicates whether this instance and a specified object are equal.
override GetHashCode()Returns a hash code for this instance.
ToArray()Gets value as an array.
ToStructure()Gets value as a structure.
operator ==Implements the operator ==.
operator !=Implements the operator !=.

See Also