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
наследници
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
Стойността е нула.
Невалидна струйна стойност;Вредност
Properties
Value
Получава или определя стойността.
[JsonProperty]
public long Value { get; set; }
стойност на имота
Methods
GetXmpRepresentation()
Получава съдържащата се стойност в XMP формат.
public override string GetXmpRepresentation()
Returns
Възстановява съдържащата се стойност в XMP формат.