Class XmpInteger
De naam: Aspose.Imaging.Xmp.Types.Basic Verzameling: Aspose.Imaging.dll (25.4.0)
Representeert XMP Integer basistype.
[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpInteger : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpInteger
Implements
Geëerbiede leden
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(lang)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Basic.xmpInteger klasse.
public XmpInteger(long value)
Parameters
value
long
De waarde .
XmpInteger(Int)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Basic.xmpInteger klasse.
public XmpInteger(int value)
Parameters
value
int
De waarde .
XmpInteger(String)
Initialiseert een nieuwe instantie van de Aspose.Imaging.Xmp.Types.Basic.xmpInteger klasse.
public XmpInteger(string value)
Parameters
value
string
De waarde .
Exceptions
De waarde is nul.
Invalid string waarde; waarde
Properties
Value
Geeft of bepaalt de waarde.
[JsonProperty]
public long Value { get; set; }
Eigendomswaarde
Methods
GetXmpRepresentation()
Geeft de string bevatte waarde in XMP-formaat.
public override string GetXmpRepresentation()
Returns
Terugkomt de waarde die de string bevat in XMP-formaat.