XmpHeaderPi 类

Summary: Represents XMP header processing instruction.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpHeaderPi

Inheritance: IXmlValue

Constructors

Name描述
XmpHeaderPi()初始化 XmpHeaderPi 类的新实例。
XmpHeaderPi(guid)初始化 XmpHeaderPi 类的新实例。

Properties

NameTypeAccess描述
guidstringr/w表示 Header Guid。

Methods

Name描述
get_xml_value()将 XMP 值转换为 XML 表示。

Constructor: XmpHeaderPi()

 XmpHeaderPi() 

初始化 XmpHeaderPi 类的新实例。

Constructor: XmpHeaderPi(guid)

 XmpHeaderPi(guid) 

初始化 XmpHeaderPi 类的新实例。

Parameters:

参数TypeDescription
guidstring唯一标识符。

Method: get_xml_value()

 get_xml_value() 

将 XMP 值转换为 XML 表示。

Returns

TypeDescription
string返回转换为 XML 表示形式的 XMP 值。