Class XmpInteger

Class XmpInteger

İsim alanı : Aspose.Imaging.Xmp.Types.Basic Toplantı: Aspose.Imaging.dll (25.4.0)

XMP Integer temel türü temsil eder.

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpInteger : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

mirasçı üyeleri

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(Uzun)

Aspose.Imaging.Xmp.Types.Basic.XmpInteger sınıfının yeni bir örneğini başlatır.

public XmpInteger(long value)

Parameters

value long

Değer için .

XmpInteger(int ile)

Aspose.Imaging.Xmp.Types.Basic.XmpInteger sınıfının yeni bir örneğini başlatır.

public XmpInteger(int value)

Parameters

value int

Değer için .

XmpInteger(Sırt)

Aspose.Imaging.Xmp.Types.Basic.XmpInteger sınıfının yeni bir örneğini başlatır.

public XmpInteger(string value)

Parameters

value string

Değer için .

Exceptions

ArgumentNullException

değeri sıfırdır.

ArgumentException

Geçerli çerçeve değeri; değeri

Properties

Value

Değerini alır ya da belirler.

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

Mülkiyet Değer

long

Methods

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

 Türkçe