XmpTrailerPi Class
Contents
[
Hide
]Summary: Represents XMP trailer processing instruction.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpTrailerPi
Inheritance: IXmlValue
Constructors
| Name | Description |
|---|---|
| XmpTrailerPi() | Initializes a new instance of the XmpTrailerPi class. |
| XmpTrailerPi(is_writable) | Initializes a new instance of the XmpTrailerPi class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| is_writable | bool | r/w | Gets or sets a value indicating whether this instance is writable. |
Methods
| Name | Description |
|---|---|
| get_xml_value() | Converts xmp value to the xml representation. |
Constructor: XmpTrailerPi()
XmpTrailerPi()
Initializes a new instance of the XmpTrailerPi class.
Constructor: XmpTrailerPi(is_writable)
XmpTrailerPi(is_writable)
Initializes a new instance of the XmpTrailerPi class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| is_writable | bool | Inditacates whether trailer is writable. |
Method: get_xml_value()
get_xml_value()
Converts xmp value to the xml representation.
Returns
| Type | Description |
|---|---|
| string | Returns XML representation of XMP. |