Class RenditionClass

Class RenditionClass

Pôvodný názov: Aspose.Imaging.Xmp.Types.Derived Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Predstavuje XMP Rendition.

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

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Z dedičných č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()

Initalizuje novú inštanciu triedy Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

[JsonConstructor]
public RenditionClass()

RenditionClass(Stringová, Stringová)

Initalizuje novú inštanciu triedy Aspose.Imaging.Xmp.Types.Derived.RenditionClass.

public RenditionClass(string token, string value)

Parameters

token string

To je token.

value string

a hodnotu .

Properties

DefinedValues

Definované hodnoty

public static string[] DefinedValues { get; }

Hodnota nehnuteľnosti

string []

Token

Získať alebo nastaviť token.

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

Hodnota nehnuteľnosti

string

Value

Získať alebo nastaviť hodnotu.

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

Hodnota nehnuteľnosti

string

Methods

GetXmpRepresentation()

Získa hodnotu pruhov obsiahnutých vo formáte XMP.

public override string GetXmpRepresentation()

Returns

string

Vráti obsahovanú hodnotu reťazca vo formáte XMP.

 Slovenčina