Class XmpInteger

Class XmpInteger

Nazwa przestrzeń: Aspose.Imaging.Xmp.Types.Basic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Przedstawia XMP Integer typ podstawowy.

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

Dziedziczeni członkowie

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(Długo)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(long value)

Parameters

value long

I wartość .

XmpInteger(Int)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(int value)

Parameters

value int

I wartość .

XmpInteger(strumień)

Inicjalizuje nową instancję klasy Aspose.Imaging.Xmp.Types.Basic.xmpInteger.

public XmpInteger(string value)

Parameters

value string

I wartość .

Exceptions

ArgumentNullException

Wartość jest zero.

ArgumentException

Nieważna wartość łańcucha; wartość

Properties

Value

Otrzymuje lub ustala wartość.

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

Wartość nieruchomości

long

Methods

GetXmpRepresentation()

Otrzymuje wartość zawartą w rzędzie w formacie XMP.

public override string GetXmpRepresentation()

Returns

string

Powraca wartość zawartość paska w formacie XMP.

 Polski