Class RenditionClass
Le nom : Aspose.Imaging.Xmp.Types.Derived Assemblée: Aspose.Imaging.dll (25.4.0)
Si tratta della rendizione XMP.
[JsonObject(MemberSerialization.OptIn)]
public sealed class RenditionClass : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← RenditionClass
Implements
I membri ereditari
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()
Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Derived.RenditionClass.
[JsonConstructor]
public RenditionClass()
RenditionClass(String et String)
Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Derived.RenditionClass.
public RenditionClass(string token, string value)
Parameters
token
string
Il token
value
string
Il valore .
Properties
DefinedValues
I valori definiti
public static string[] DefinedValues { get; }
Valore di proprietà
string [ ]
Token
Riceve o mette il token.
[JsonProperty]
public string Token { get; set; }
Valore di proprietà
Value
Riceve o stabilisce il valore.
[JsonProperty]
public string Value { get; set; }
Valore di proprietà
Methods
GetXmpRepresentation()
Riceve il valore contenuto nella riga in formato XMP.
public override string GetXmpRepresentation()
Returns
Ritorna il valore contenuto nella string in formato XMP.