Class RenditionClass

Class RenditionClass

Название пространства: Aspose.Imaging.Xmp.Types.Derived Ассоциация: Aspose.Imaging.dll (25.4.0)

Представляет рендерию XMP.

[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

Это токен.

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.

 Русский