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 формат.

 Български