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.

 عربي