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
Нападні члени
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
Це токен.
value
string
Це ціна .
Properties
DefinedValues
Визначені цінності
public static string[] DefinedValues { get; }
вартість нерухомості
string [ ]
Token
Приймати або встановити токен.
[JsonProperty]
public string Token { get; set; }
вартість нерухомості
Value
отримує або встановлює вартість.
[JsonProperty]
public string Value { get; set; }
вартість нерухомості
Methods
GetXmpRepresentation()
Знайдіть значення, що міститься в смузі, у форматі XMP.
public override string GetXmpRepresentation()
Returns
Він повертає значення, що міститься в смузі в форматі XMP.