Class XmpInteger

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

IXmpType , ICloneable

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

ArgumentNullException

Nilai adalah nol.

ArgumentException

Nilai string yang tidak sah; nilai string

Properties

Value

Dapatkan atau menetapkan nilai.

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

Nilai Properti

long

Methods

GetXmpRepresentation()

Dapatkan nilai string yang terkandung dalam format XMP.

public override string GetXmpRepresentation()

Returns

string

Mengembalikan nilai string yang terkandung dalam format XMP.

 Indonesia