XmpHeaderPi

XmpHeaderPi class

Represents XMP header processing instruction.

public sealed class XmpHeaderPi : IEquatable<XmpHeaderPi>, IXmlValue

Constructors

NameDescription
XmpHeaderPi()Initializes a new instance of the XmpHeaderPi class.
XmpHeaderPi(string)Initializes a new instance of the XmpHeaderPi class.

Properties

NameDescription
Guid { get; set; }Represents Header Guid.

Methods

NameDescription
override Equals(object)Determines whether the specified Object, is equal to this instance.
Equals(XmpHeaderPi)Indicates whether the current object is equal to another object of the same type.
override GetHashCode()Returns a hash code for this instance.
GetXmlValue()Converts XMP value to the XML representation.

See Also