Table of Contents

Class XmpReal

Namespace
Aspose.Imaging.Xmp.Types.Basic
Assembly
Aspose.Imaging.dll

Represents XMP Real.

public sealed class XmpReal : XmpTypeBase, IXmpType
Inheritance
XmpReal
Implements
Inherited Members

Constructors

XmpReal(float)

Initializes a new instance of the XmpReal class.

public XmpReal(float value)

Parameters

value float

Float value.

XmpReal(string)

Initializes a new instance of the XmpReal class.

public XmpReal(string value)

Parameters

value string

The value.

Exceptions

ArgumentNullException

value is null.

ArgumentException

Invalid value. Should be float.

Properties

Value

Gets or sets float the value.

public float Value { get; set; }

Property Value

float

The float value.

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.