XmpTrailerPi

XmpTrailerPi class

Represents XMP trailer processing instruction.

public sealed class XmpTrailerPi : IEquatable<XmpTrailerPi>, IXmlValue

Constructors

NameDescription
XmpTrailerPi()Initializes a new instance of the XmpTrailerPi class.
XmpTrailerPi(bool)Initializes a new instance of the XmpTrailerPi class.

Properties

NameDescription
IsWritable { get; set; }Gets or sets a value indicating whether this instance is writable.

Methods

NameDescription
override Equals(object)Determines whether the specified Object, is equal to this instance.
Equals(XmpTrailerPi)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.

Remarks

The end=“w” or end=“r” portion shall be used by packet scanning processors to determine whether the XMP may be modified in-place.

Examples

Allowed forms of the trailer PI:

See Also