Class XmpReal

Class XmpReal

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

Εμφανίζεται το XMP Real.

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

Inheritance

object XmpTypeBase XmpReal

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

XmpReal(Πλοία)

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

[JsonConstructor]
public XmpReal(float value)

Parameters

value float

Η αξία του πλοίου.

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

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

public XmpReal(string value)

Parameters

value string

Η αξία .

Exceptions

ArgumentNullException

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

ArgumentException

Αδυναμική αξία. θα πρέπει να είναι πλωτή.

Properties

Value

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

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

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

float

Methods

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

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

 Ελληνικά