Class XmpField

Class XmpField

Namespace: Aspose.Page.EPS.XMP
Assembly: Aspose.Page.dll (25.1.2)

Represents XMP field.

public class XmpField

Inheritance

objectXmpField

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

XmpField

FieldType

Gets the type of the field.

public XmpFieldType FieldType { get; }

Property Value

XmpFieldType

IsEmpty

Gets a value indicating whether this instance is empty.

public bool IsEmpty { get; }

Property Value

bool

Lang

Gets xml:lang qualifier.

public static XmpField Lang { get; }

Property Value

XmpField

LocalName

Gets or sets the name of the local.

public string LocalName { get; set; }

Property Value

string

Name

Gets the name.

public string Name { get; }

Property Value

string

NamespaceUri

Gets the namespace URI.

public string NamespaceUri { get; set; }

Property Value

string

Prefix

Gets the prefix.

public string Prefix { get; set; }

Property Value

string

Value

Gets the value.

public XmpValue Value { get; }

Property Value

XmpValue

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

bool

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

int

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

bool

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

bool

The result of the operator.

 English