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(Довгий)

Ініціалює нову інстанцію класу Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(long value)

Parameters

value long

Це ціна .

XmpInteger(ІНТ)

Ініціалює нову інстанцію класу Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(int value)

Parameters

value int

Це ціна .

XmpInteger(стрічка)

Ініціалює нову інстанцію класу Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(string value)

Parameters

value string

Це ціна .

Exceptions

ArgumentNullException

Вартість є нульовою.

ArgumentException

Недійсна строкова вартість; вартість

Properties

Value

отримує або встановлює вартість.

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

вартість нерухомості

long

Methods

GetXmpRepresentation()

Знайдіть значення, що міститься в смузі, у форматі XMP.

public override string GetXmpRepresentation()

Returns

string

Він повертає значення, що міститься в смузі в форматі XMP.

 Українська