XmpHeaderPi Class

Summary: Represents XMP header processing instruction.

Module: aspose.imaging.xmp

Full Name: aspose.imaging.xmp.XmpHeaderPi

Inheritance: IXmlValue

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
XmpHeaderPi()Initializes a new instance of the XmpHeaderPi class.
XmpHeaderPi(guid)Initializes a new instance of the XmpHeaderPi class.

Properties

NameTypeAccessDescription
guidstringr/wRepresents Header Guid.

Methods

NameDescription
get_xml_value()Converts XMP value to the XML representation.

Constructor: XmpHeaderPi()

 XmpHeaderPi() 

Initializes a new instance of the XmpHeaderPi class.

Constructor: XmpHeaderPi(guid)

 XmpHeaderPi(guid) 

Initializes a new instance of the XmpHeaderPi class.

Parameters:

ParameterTypeDescription
guidstringThe unique identifier.

Method: get_xml_value()

 get_xml_value() 

Converts XMP value to the XML representation.

Returns

TypeDescription
stringReturns the XMP value converted to the XML representation.