Class RenditionClass

Class RenditionClass

名称: Aspose.Imaging.Xmp.Types.Derived 收藏: Aspose.Imaging.dll (25.4.0)

代表XMP Rendition。

[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(字符串, string)

启动了 Aspose.Imaging.Xmp.Types.Derived.RenditionClass类的新例子。

public RenditionClass(string token, string value)

Parameters

token string

这个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 格式中包含的字符串值。

 中文