Class XmpInteger

Class XmpInteger

Το όνομα: Aspose.Imaging.Xmp.Types.Basic Συγκέντρωση: Aspose.Imaging.dll (25.4.0)

Αντιπροσωπεύει το XMP Integer βασικό τύπο.

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

Inheritance

object XmpTypeBase XmpInteger

Implements

IXmpType , ICloneable

Κληρονομημένα μέλη

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(μακρύς)

Αρχίζει μια νέα περίπτωση της κατηγορίας Aspose.Imaging.Xmp.Types.Basic.XmpInteger.

public XmpInteger(long value)

Parameters

value long

Η αξία .

XmpInteger(ΕΝΤ)

Αρχίζει μια νέα περίπτωση της κατηγορίας Aspose.Imaging.Xmp.Types.Basic.XmpInteger.

public XmpInteger(int value)

Parameters

value int

Η αξία .

XmpInteger(Σύνδεσμος)

Αρχίζει μια νέα περίπτωση της κατηγορίας Aspose.Imaging.Xmp.Types.Basic.XmpInteger.

public XmpInteger(string value)

Parameters

value string

Η αξία .

Exceptions

ArgumentNullException

Η αξία είναι μηδέν.

ArgumentException

Μειονεκτημένη τιμή σιδήρου: Αξία

Properties

Value

Αποκτά ή καθορίζει την αξία.

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

Αξία ιδιοκτησίας

long

Methods

GetXmpRepresentation()

Αποκτά την τιμή που περιέχεται στη γραμμή σε μορφή XMP.

public override string GetXmpRepresentation()

Returns

string

Επιστρέφει την τιμή που περιέχεται στη γραμμή σε μορφή XMP.

 Ελληνικά