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
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
O valor é nulo.
Valor Invalido; Valor
Properties
Value
Recebe ou coloca o valor.
[JsonProperty]
public long Value { get; set; }
Valor da propriedade
Methods
GetXmpRepresentation()
Obtenha o valor contido na fila em formato XMP.
public override string GetXmpRepresentation()
Returns
Retorna o valor contido na fila em formato XMP.