XmpReal Class
Contents
[
Hide
]Summary: Represents XMP Real.
Module: aspose.psd.xmp.types.basic
Full Name: aspose.psd.xmp.types.basic.XmpReal
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
XmpReal(value) | Initializes a new instance of the XmpReal class. |
XmpReal(value) | Initializes a new instance of the XmpReal class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
value | float | r/w | Gets or sets float the value. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: XmpReal(value)
XmpReal(value)
Initializes a new instance of the XmpReal class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | Float value. |
Constructor: XmpReal(value)
XmpReal(value)
Initializes a new instance of the XmpReal class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | Float 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. |