Class RenditionClass

Class RenditionClass

Namespace: Aspose.Imaging.Xmp.Types.Derived
Assembly: Aspose.Imaging.dll (25.4.0)

Represents the XMP Rendition.

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

Inheritance

object XmpTypeBase RenditionClass

Implements

IXmpType , ICloneable

Inherited Members

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()

Initializes a new instance of the Aspose.Imaging.Xmp.Types.Derived.RenditionClass class.

[JsonConstructor]
public RenditionClass()

RenditionClass(string, string)

Initializes a new instance of the Aspose.Imaging.Xmp.Types.Derived.RenditionClass class.

public RenditionClass(string token, string value)

Parameters

token string

The token.

value string

The value.

Properties

DefinedValues

The defined values

public static string[] DefinedValues { get; }

Property Value

string []

Token

Gets or sets the token.

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

Property Value

string

Value

Gets or sets the value.

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

Property Value

string

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.

 English