XmpCollection Class
Contents
[
Hide
]Summary: An XMP element collection.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpCollection
Inheritance: IXmpType
Constructors
Name | Description |
---|---|
XmpCollection() | Initializes a new instance of the XmpCollection class. |
Methods
Name | Description |
---|---|
add(item) | Adds new item. |
add_item(item) | Adds new item. |
get_xml_value() | Converts XMP value to the XML representation. |
get_xmp_representation() | Gets the XMP string value of this. |
Constructor: XmpCollection()
XmpCollection()
Initializes a new instance of the XmpCollection class.
Method: add(item)
add(item)
Adds new item.
Parameters:
Parameter | Type | Description |
---|---|---|
item | object | The item to be added to list of items. |
Method: add_item(item)
add_item(item)
Adds new item.
Parameters:
Parameter | Type | Description |
---|---|---|
item | string | The item to be added to list of items. |
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. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the XMP string value of this.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |