Class XmpReal

Class XmpReal

Nome do espaço: Aspose.Imaging.Xmp.Types.Basic Assembleia: Aspose.Imaging.dll (25.4.0)

Apresentação do XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

Implements

IXmpType , ICloneable

Membros herdados

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(Flotação)

Inicia uma nova instância da classe Aspose.Imaging.Xmp.Types.Basic.XmpReal.

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Valor do navio.

XmpReal(Redação)

Inicia uma nova instância da classe Aspose.Imaging.Xmp.Types.Basic.XmpReal.

public XmpReal(string value)

Parameters

value string

O valor .

Exceptions

ArgumentNullException

O valor é nulo.

ArgumentException

Valor Invalido. deverá ser float.

Properties

Value

Obter ou colocar flui o valor.

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

Valor da propriedade

float

Methods

GetXmpRepresentation()

Obtenha o valor contido na fila em formato XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna o valor contido na fila em formato XMP.

 Português