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()

เริ่มต้นตัวอย่างใหม่ของ Class Aspose.Imaging.Xmp.Types.Derived.RenditionClass

[JsonConstructor]
public RenditionClass()

RenditionClass(รั้ว, รั้ว)

เริ่มต้นตัวอย่างใหม่ของ Class 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

รับหรือตั้งค่า token

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

คุณสมบัติมูลค่า

string

Value

ได้รับหรือตั้งค่าค่า

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

คุณสมบัติมูลค่า

string

Methods

GetXmpRepresentation()

รับความหมายของ string ในรูปแบบ XMP

public override string GetXmpRepresentation()

Returns

string

กลับค่าที่ประกอบด้วย string ในรูปแบบ XMP

 แบบไทย