Class XmpInteger

Class XmpInteger

ชื่อพื้นที่: Aspose.Imaging.Xmp.Types.Basic การประกอบ: Aspose.Imaging.dll (25.4.0)

ประเภทพื้นฐาน XMP Integer

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

อนุญาโตตุลาการ

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(ระยะยาว)

เริ่มต้นตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Basic.XmpInteger

public XmpInteger(long value)

Parameters

value long

ค่าใช้จ่าย

XmpInteger(int)

เริ่มต้นตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Basic.XmpInteger

public XmpInteger(int value)

Parameters

value int

ค่าใช้จ่าย

XmpInteger(รั้ว)

เริ่มต้นตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Basic.XmpInteger

public XmpInteger(string value)

Parameters

value string

ค่าใช้จ่าย

Exceptions

ArgumentNullException

หมายเลขหมายเลข

ArgumentException

หมายเลขรุ่น: Invalid string value

Properties

Value

ได้รับหรือตั้งค่าค่า

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

คุณสมบัติมูลค่า

long

Methods

GetXmpRepresentation()

รับความหมายของ string ในรูปแบบ XMP

public override string GetXmpRepresentation()

Returns

string

กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP

 แบบไทย