Class XmpInteger

Class XmpInteger

Tên không gian: Aspose.Imaging.Xmp.Types.Basic Tổng hợp: Aspose.Imaging.dll (25.4.0)

XMP Integer là loại cơ bản.

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

Thành viên thừa kế

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(dài)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(long value)

Parameters

value long

Giá trị .

XmpInteger(int)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(int value)

Parameters

value int

Giá trị .

XmpInteger(String)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(string value)

Parameters

value string

Giá trị .

Exceptions

ArgumentNullException

Giá trị là zero.

ArgumentException

Invalid string giá trị; giá trị

Properties

Value

Nhận hoặc đặt giá trị.

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

Giá trị bất động sản

long

Methods

GetXmpRepresentation()

Nhận giá trị dòng chứa trong định dạng XMP.

public override string GetXmpRepresentation()

Returns

string

Trả lại giá trị của string trong định dạng XMP.

 Tiếng Việt