Class RenditionClass

Class RenditionClass

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

Αντιπροσωπεύει το XMP Rendition.

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

Inheritance

object XmpTypeBase RenditionClass

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

RenditionClass()

Αρχίζει μια νέα περίπτωση της τάξης Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

[JsonConstructor]
public RenditionClass()

RenditionClass(Σύνδεσμος, Σύνδεσμος)

Αρχίζει μια νέα περίπτωση της τάξης Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

public RenditionClass(string token, string value)

Parameters

token string

και το token.

value string

Η αξία .

Properties

DefinedValues

Οι καθορισμένες αξίες

public static string[] DefinedValues { get; }

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

string [ ]

Token

Πάρτε ή τοποθετήστε το token.

[JsonProperty]
public string Token { get; set; }

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

string

Value

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

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

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

string

Methods

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

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

 Ελληνικά