Class XmpReal

Class XmpReal

Nombre del espacio: Aspose.Imaging.Xmp.Types.Basic Asamblea: Aspose.Imaging.dll (25.4.0)

Representación de XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType ,y, ICloneable

Miembros heredados

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

Constructors

XmpReal(float)

Inicia una nueva instancia de la clase Aspose.Imaging.Xmp.Types.Basic.XmpReal.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Valor de la flota.

XmpReal(El string)

Inicia una nueva instancia de la clase Aspose.Imaging.Xmp.Types.Basic.XmpReal.

public XmpReal(string value)

Parameters

value string

El valor.

Exceptions

ArgumentNullException

El valor es nulo.

ArgumentException

Valor Invalido. debe ser float.

Properties

Value

Obtendrá o sentará el valor.

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

Valor de la propiedad

float

Methods

GetXmpRepresentation()

Obtenga el valor contenido en el formato XMP.

public override string GetXmpRepresentation()

Returns

string

Devolve el valor contenido en el formato XMP.

 Español