Class RenditionClass

Class RenditionClass

Namn på plats: Aspose.Imaging.Xmp.Types.Derived Församling: Aspose.Imaging.dll (25.4.0)

Representerar XMP Rendition.

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

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Arvsmedlemmar

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

Initialiserar en ny instans av Aspose.Imaging.Xmp.Types.Derived.RenditionClass klass.

[JsonConstructor]
public RenditionClass()

RenditionClass(String och String)

Initialiserar en ny instans av Aspose.Imaging.Xmp.Types.Derived.RenditionClass klass.

public RenditionClass(string token, string value)

Parameters

token string

och token.

value string

och värdet .

Properties

DefinedValues

De definierade värdena

public static string[] DefinedValues { get; }

Fastighetsvärde

string [ ]

Token

Få eller ställa in token.

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

Fastighetsvärde

string

Value

Få eller sätta värdet.

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

Fastighetsvärde

string

Methods

GetXmpRepresentation()

Få värdet i raden i XMP-format.

public override string GetXmpRepresentation()

Returns

string

Returnerar strängen innehållande värde i XMP-format.

 Svenska