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.

 Русский