Class XmpInteger
Nama dari : Aspose.Imaging.Xmp.Types.Basic Pengumpulan: Aspose.Imaging.dll (25.4.0)
Ini adalah XMP Integer tipe dasar.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpInteger : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpInteger
Implements
anggota yang diwarisi
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(panjang)
Initifikasi contoh baru dari kelas Aspose.Imaging.Xmp.Types.Basic.XmpInteger.
public XmpInteger(long value)
Parameters
value
long
dengan nilai tersebut.
XmpInteger(int)
Initifikasi contoh baru dari kelas Aspose.Imaging.Xmp.Types.Basic.XmpInteger.
public XmpInteger(int value)
Parameters
value
int
dengan nilai tersebut.
XmpInteger(String)
Initifikasi contoh baru dari kelas Aspose.Imaging.Xmp.Types.Basic.XmpInteger.
public XmpInteger(string value)
Parameters
value
string
dengan nilai tersebut.
Exceptions
Nilai adalah nol.
Nilai string yang tidak sah; nilai string
Properties
Value
Dapatkan atau menetapkan nilai.
[JsonProperty]
public long Value { get; set; }
Nilai Properti
Methods
GetXmpRepresentation()
Dapatkan nilai string yang terkandung dalam format XMP.
public override string GetXmpRepresentation()
Returns
Mengembalikan nilai string yang terkandung dalam format XMP.