Class RenditionClass

Class RenditionClass

A név: Aspose.Imaging.Xmp.Types.Derived Összefoglaló: Aspose.Imaging.dll (25.4.0)

Az XMP Rendíciót képviseli.

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

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Örökletes tagok

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

Kezdődik egy új példány a Aspose.Imaging.Xmp.Types.Derived.RenditionClass osztály.

[JsonConstructor]
public RenditionClass()

RenditionClass(A string, a string)

Kezdődik egy új példány a Aspose.Imaging.Xmp.Types.Derived.RenditionClass osztály.

public RenditionClass(string token, string value)

Parameters

token string

Ez a token.

value string

Az érték.

Properties

DefinedValues

A meghatározott értékek

public static string[] DefinedValues { get; }

ingatlan értéke

string []

Token

Megkapja vagy beállítja a token.

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

ingatlan értéke

string

Value

Megkapja vagy beállítja az értéket.

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

ingatlan értéke

string

Methods

GetXmpRepresentation()

Megkapja az XMP formátumban található szalag értéket.

public override string GetXmpRepresentation()

Returns

string

Visszaadja az XMP formátumban tartalmazott értéket.

 Magyar