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
Ö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
Az érték null.
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
Methods
GetXmpRepresentation()
Megkapja az XMP formátumban található szalag értéket.
public override string GetXmpRepresentation()
Returns
Visszaadja az XMP formátumban tartalmazott értéket.