XmpHeaderPi Class
Contents
[
Hide
]Summary: Represents XMP header processing instruction.
Module: aspose.psd.xmp
Full Name: aspose.psd.xmp.XmpHeaderPi
Inheritance: IXmlValue
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description | 
|---|---|
| XmpHeaderPi() | Initializes a new instance of the XmpHeaderPi class. | 
| XmpHeaderPi(guid) | Initializes a new instance of the XmpHeaderPi class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| guid | string | r/w | Represents Header Guid. | 
Methods
| Name | Description | 
|---|---|
| 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:
| Parameter | Type | Description | 
|---|---|---|
| guid | string | The unique identifier. | 
Method: get_xml_value()
 get_xml_value() 
Converts XMP value to the XML representation.
Returns
| Type | Description | 
|---|---|
| string | Returns the XMP value converted to the XML representation. |