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.Renditionクラスの新しい例を開始します。

[JsonConstructor]
public RenditionClass()

RenditionClass(ストリップ、ストリップ)

Aspose.Imaging.Xmp.Types.Derived.Renditionクラスの新しい例を開始します。

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 フォーマットに含まれる値を返します。

 日本語