Class XmpInteger

Class XmpInteger

Il nome: Aspose.Imaging.Xmp.Types.Basic Assemblea: Aspose.Imaging.dll (25.4.0)

Represente XMP Integer tipo di base.

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

I membri ereditari

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

Inizia una nuova instanza della classe Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(long value)

Parameters

value long

Il valore .

XmpInteger(int)

Inizia una nuova instanza della classe Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(int value)

Parameters

value int

Il valore .

XmpInteger(String)

Inizia una nuova instanza della classe Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(string value)

Parameters

value string

Il valore .

Exceptions

ArgumentNullException

Il valore è zero.

ArgumentException

Valore di string invalid; Valore

Properties

Value

Riceve o stabilisce il valore.

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

Valore di proprietà

long

Methods

GetXmpRepresentation()

Riceve il valore contenuto nella riga in formato XMP.

public override string GetXmpRepresentation()

Returns

string

Ritorna il valore contenuto nella string in formato XMP.

 Italiano