Class XmpInteger

Class XmpInteger

A név: Aspose.Imaging.Xmp.Types.Basic Összefoglaló: Aspose.Imaging.dll (25.5.0)

Az XMP Integer alaptípusát jelenti.

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

Örökletes tagok

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(Hosszú)

Kezdeményez egy új példát a Aspose.Imaging.Xmp.Types.Basic.xmpInteger osztály.

public XmpInteger(long value)

Parameters

value long

Az érték.

XmpInteger(int)

Kezdeményez egy új példát a Aspose.Imaging.Xmp.Types.Basic.xmpInteger osztály.

public XmpInteger(int value)

Parameters

value int

Az érték.

XmpInteger(A string)

Kezdeményez egy új példát a Aspose.Imaging.Xmp.Types.Basic.xmpInteger osztály.

public XmpInteger(string value)

Parameters

value string

Az érték.

Exceptions

ArgumentNullException

Az érték null.

ArgumentException

Invalid string érték; érték

Properties

Value

Megkapja vagy beállítja az értéket.

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

ingatlan értéke

long

Methods

GetXmpRepresentation()

Megkapja az XMP formátumban található szalag értéket.

public override string GetXmpRepresentation()

Returns

string

Visszaadja az XMP formátumban tartalmazott értéket.

 Magyar