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

على الرموز .

value string

القيمة .

Properties

DefinedValues

القيم المحددة

public static string[] DefinedValues { get; }

قيمة الممتلكات

string [ ]

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.

 عربي