Class RenditionClass

Class RenditionClass

Název místa: Aspose.Imaging.Xmp.Types.Derived Shromáždění: Aspose.Imaging.dll (25.4.0)

Představuje XMP Rendition.

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

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Dědiční členové

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

Začíná nový případ třídy Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

[JsonConstructor]
public RenditionClass()

RenditionClass(String , String)

Začíná nový případ třídy Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

public RenditionClass(string token, string value)

Parameters

token string

To je token.

value string

a její hodnotu.

Properties

DefinedValues

Definované hodnoty

public static string[] DefinedValues { get; }

Hodnota nemovitosti

string []a[]

Token

Obdržíte nebo nastavte token.

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

Hodnota nemovitosti

string

Value

Získáte nebo nastavíte hodnotu.

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

Hodnota nemovitosti

string

Methods

GetXmpRepresentation()

Obdrží hodnotu obsaženou v řetězci ve formátu XMP.

public override string GetXmpRepresentation()

Returns

string

Vrátí obsahovanou hodnotu řetězce ve formátu XMP.

 Čeština