Class XmpReal

Class XmpReal

De naam: Aspose.Imaging.Xmp.Types.Basic Verzameling: Aspose.Imaging.dll (25.4.0)

Representeert XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

Geëerbiede leden

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(Vloot)

Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Basic.xmpReal klasse.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

De vlootwaarde.

XmpReal(String)

Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Basic.xmpReal klasse.

public XmpReal(string value)

Parameters

value string

De waarde .

Exceptions

ArgumentNullException

De waarde is nul.

ArgumentException

Invalide waarde. moet vloot zijn.

Properties

Value

Geeft of sets vloeit de waarde.

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

Eigendomswaarde

float

Methods

GetXmpRepresentation()

Geeft de string bevatte waarde in XMP-formaat.

public override string GetXmpRepresentation()

Returns

string

Terugkomt de waarde die de string bevat in XMP-formaat.

 Nederlands