Class RenditionClass

Class RenditionClass

İsim alanı : Aspose.Imaging.Xmp.Types.Derived Toplantı: Aspose.Imaging.dll (25.4.0)

XMP Rendişini temsil eder.

[JsonObject(MemberSerialization.OptIn)]
public sealed class RenditionClass : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

mirasçı üyeleri

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 sınıfının yeni bir örneğini başlatır.

[JsonConstructor]
public RenditionClass()

RenditionClass(String ve String)

Aspose.Imaging.Xmp.Types.Derived.RenditionClass sınıfının yeni bir örneğini başlatır.

public RenditionClass(string token, string value)

Parameters

token string

ve token.

value string

Değer için .

Properties

DefinedValues

Belirlenmiş Değerler

public static string[] DefinedValues { get; }

Mülkiyet Değer

string […]

Token

Alın veya token ayarlayın.

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

Mülkiyet Değer

string

Value

Değerini alır ya da belirler.

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

Mülkiyet Değer

string

Methods

GetXmpRepresentation()

Çizgi içerdiği değeri XMP biçiminde alır.

public override string GetXmpRepresentation()

Returns

string

XMP biçiminde satılan değeri döndürür.

 Türkçe