Class XmpInteger

Class XmpInteger

nazivni prostor: Aspose.Imaging.Xmp.Types.Basic Sastav: Aspose.Imaging.dll (25.4.0)

Predstavlja XMP Integer osnovni tip.

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

naslijeđeni članovi

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

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Basic.xmpInteger razreda.

public XmpInteger(long value)

Parameters

value long

Vrijednost je.

XmpInteger(int)

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Basic.xmpInteger razreda.

public XmpInteger(int value)

Parameters

value int

Vrijednost je.

XmpInteger(String)

Inicijalizira novu primjenu Aspose.Imaging.Xmp.Types.Basic.xmpInteger razreda.

public XmpInteger(string value)

Parameters

value string

Vrijednost je.

Exceptions

ArgumentNullException

Vrijednost je nula.

ArgumentException

Nevrijedna vrijednost traka;Vrijednost

Properties

Value

Dobivaju ili postavljaju vrijednost.

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

Vrijednost nekretnina

long

Methods

GetXmpRepresentation()

Dobiva vrijednost uvrštena u XMP formatu.

public override string GetXmpRepresentation()

Returns

string

Povratak sadržane vrijednosti u formatu XMP.

 Hrvatski