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
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
Vrijednost je nula.
Nevrijedna vrijednost traka;Vrijednost
Properties
Value
Dobivaju ili postavljaju vrijednost.
[JsonProperty]
public long Value { get; set; }
Vrijednost nekretnina
Methods
GetXmpRepresentation()
Dobiva vrijednost uvrštena u XMP formatu.
public override string GetXmpRepresentation()
Returns
Povratak sadržane vrijednosti u formatu XMP.