Class XmpInteger

Class XmpInteger

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

Representa o tipo básico XMP Integer.

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

Inheritance

object XmpTypeBase XmpInteger

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

XmpInteger(longo)

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

public XmpInteger(long value)

Parameters

value long

O valor .

XmpInteger(Int)

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

public XmpInteger(int value)

Parameters

value int

O valor .

XmpInteger(Redação)

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

public XmpInteger(string value)

Parameters

value string

O valor .

Exceptions

ArgumentNullException

O valor é nulo.

ArgumentException

Valor Invalido; Valor

Properties

Value

Recebe ou coloca o valor.

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

Valor da propriedade

long

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