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
الأعضاء الموروثين
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.