XmpTrailerPi 类

Summary: Represents XMP trailer processing instruction.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpTrailerPi

Inheritance: IXmlValue

Constructors

Name描述
XmpTrailerPi()初始化 XmpTrailerPi 类的新实例。
XmpTrailerPi(is_writable)初始化 XmpTrailerPi 类的新实例。

Properties

NameTypeAccess描述
is_writableboolr/w获取或设置一个值,指示此实例是否可写。

Methods

Name描述
get_xml_value()将 xmp 值转换为 xml 表示形式。

Constructor: XmpTrailerPi()

 XmpTrailerPi() 

初始化 XmpTrailerPi 类的新实例。

Constructor: XmpTrailerPi(is_writable)

 XmpTrailerPi(is_writable) 

初始化 XmpTrailerPi 类的新实例。

Parameters:

参数TypeDescription
is_writablebool指示尾部是否可写。

Method: get_xml_value()

 get_xml_value() 

将 xmp 值转换为 xml 表示形式。

Returns

TypeDescription
string返回 XMP 的 XML 表示形式。