XmpTrailerPi Class

Summary: Represents XMP trailer processing instruction.

Module: aspose.psd.xmp

Full Name: aspose.psd.xmp.XmpTrailerPi

Inheritance: IXmlValue

Aspose.PSD Version: 24.4.0

Constructors

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

Properties

NameTypeAccessDescription
is_writableboolr/wGets or sets a value indicating whether this instance is writable.

Methods

NameDescription
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:

ParameterTypeDescription
is_writableboolInditacates whether trailer is writable.

Method: get_xml_value()

 get_xml_value() 

Converts xmp value to the xml representation.

Returns

TypeDescription
stringReturns XML representation of XMP.