Class XmpTrailerPi
Contents
[
Hide
]XmpTrailerPi class
Represents XMP trailer processing instruction.
public sealed class XmpTrailerPi : IEquatable<XmpTrailerPi>, IXmlValue
Constructors
Name | Description |
---|---|
XmpTrailerPi() | Initializes a new instance of the XmpTrailerPi class. |
XmpTrailerPi(bool) | Initializes a new instance of the XmpTrailerPi class. |
Properties
Name | Description |
---|---|
IsWritable { get; set; } | Gets or sets a value indicating whether this instance is writable. |
Methods
Name | Description |
---|---|
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
- interface IXmlValue
- namespace Aspose.Imaging.Xmp
- assembly Aspose.Imaging