Class RenditionClass

Class RenditionClass

Именује се: Aspose.Imaging.Xmp.Types.Derived Асамблеја: Aspose.Imaging.dll (25.4.0)

Представља рендерију КСНУМКС.

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

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Наслеђени чланови

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 класе.

[JsonConstructor]
public RenditionClass()

RenditionClass(Стринг , Стринг)

Иницијалише нову инстанцију Aspose.Imaging.Xmp.Types.Derived.RenditionClass класе.

public RenditionClass(string token, string value)

Parameters

token string

To je token.

value string

То је вредност.

Properties

DefinedValues

Дефинисане вредности

public static string[] DefinedValues { get; }

Вредност имовине

string []

Token

Добијате или постављате токен.

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

Вредност имовине

string

Value

Добија или поставља вредност.

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

Вредност имовине

string

Methods

GetXmpRepresentation()

Добије вредност струје која се садржи у XMP формату.

public override string GetXmpRepresentation()

Returns

string

Повратак струје садржане вредности у XMP формату.

 Српски