XmpInteger Class
Contents
[
Hide
]Summary: Represents XMP Integer basic type.
Module: aspose.psd.xmp.types.basic
Full Name: aspose.psd.xmp.types.basic.XmpInteger
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
XmpInteger(value) | Initializes a new instance of the XmpInteger class. |
XmpInteger(value) | Initializes a new instance of the XmpInteger class. |
XmpInteger(value) | Initializes a new instance of the XmpInteger class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
value | long | r/w | Gets or sets the value. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: XmpInteger(value)
XmpInteger(value)
Initializes a new instance of the XmpInteger class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | long | The value. |
Constructor: XmpInteger(value)
XmpInteger(value)
Initializes a new instance of the XmpInteger class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The value. |
Constructor: XmpInteger(value)
XmpInteger(value)
Initializes a new instance of the XmpInteger class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |