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
Vrednost je nula.
Неважећа вредност струје; вредност
Properties
Value
Добија или поставља вредност.
[JsonProperty]
public long Value { get; set; }
Вредност имовине
Methods
GetXmpRepresentation()
Добије вредност струје која се садржи у XMP формату.
public override string GetXmpRepresentation()
Returns
Повратак струје садржане вредности у XMP формату.