Class XmpReal

Class XmpReal

Le nom : Aspose.Imaging.Xmp.Types.Basic Assemblée: Aspose.Imaging.dll (25.4.0)

Il gioco è XMP Real.

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpReal : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

I membri ereditari

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpReal(Flotte)

Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Basic.xmpReal.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Il valore della flotta.

XmpReal(Le string)

Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Basic.xmpReal.

public XmpReal(string value)

Parameters

value string

Il valore .

Exceptions

ArgumentNullException

Il valore è zero.

ArgumentException

Valore invalid. deve essere float.

Properties

Value

Riceve o mette in flotta il valore.

[JsonProperty]
public float Value { get; set; }

Valore di proprietà

float

Methods

GetXmpRepresentation()

Riceve il valore contenuto nella riga in formato XMP.

public override string GetXmpRepresentation()

Returns

string

Ritorna il valore contenuto nella string in formato XMP.

 Français