XmpReal Class

Summary: Represents XMP Real.

Module: aspose.imaging.xmp.types.basic

Full Name: aspose.imaging.xmp.types.basic.XmpReal

Inheritance: IXmpType, XmpTypeBase

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
XmpReal(value)Initializes a new instance of the XmpReal class.
XmpReal(value)Initializes a new instance of the XmpReal class.

Properties

NameTypeAccessDescription
valuefloatr/wGets or sets float the value.

Methods

NameDescription
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:

ParameterTypeDescription
valuefloatFloat value.

Constructor: XmpReal(value)

 XmpReal(value) 

Initializes a new instance of the XmpReal class.

Parameters:

ParameterTypeDescription
valuestringFloat value.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.