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
| Name | Type | Access | الوصف |
|---|---|---|---|
| guid | string | r/w | يمثل Header Guid. |
Methods
| Name | الوصف |
|---|---|
| get_xml_value() | يحوّل قيمة XMP إلى تمثيل XML. |
Constructor: XmpHeaderPi()
XmpHeaderPi()
يُهيئ نسخة جديدة من الفئة XmpHeaderPi.
Constructor: XmpHeaderPi(guid)
XmpHeaderPi(guid)
يُهيئ نسخة جديدة من الفئة XmpHeaderPi.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| guid | string | المعرّف الفريد. |
Method: get_xml_value()
get_xml_value()
يحوّل قيمة XMP إلى تمثيل XML.
Returns
| نوع | الوصف |
|---|---|
| string | يعيد قيمة XMP محوّلة إلى تمثيل XML. |