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
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
Wartość jest zero.
Nieważna wartość łańcucha; wartość
Properties
Value
Otrzymuje lub ustala wartość.
[JsonProperty]
public long Value { get; set; }
Wartość nieruchomości
Methods
GetXmpRepresentation()
Otrzymuje wartość zawartą w rzędzie w formacie XMP.
public override string GetXmpRepresentation()
Returns
Powraca wartość zawartość paska w formacie XMP.