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
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
Giá trị là zero.
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
Methods
GetXmpRepresentation()
Nhận giá trị dòng chứa trong định dạng XMP.
public override string GetXmpRepresentation()
Returns
Trả lại giá trị của string trong định dạng XMP.