RenditionClass Class

Summary: Represents the XMP Rendition.

Module: aspose.imaging.xmp.types.derived

Full Name: aspose.imaging.xmp.types.derived.RenditionClass

Inheritance: IXmpType, XmpTypeBase

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
RenditionClass()Initializes a new instance of the RenditionClass class.
RenditionClass(token, value)Initializes a new instance of the RenditionClass class.

Properties

NameTypeAccessDescription
defined_values [static]stringrThe defined values
tokenstringr/wGets or sets the token.
valuestringr/wGets or sets the value.

Methods

NameDescription
get_xmp_representation()Gets the string contained value in XMP format.

Constructor: RenditionClass()

 RenditionClass() 

Initializes a new instance of the RenditionClass class.

Constructor: RenditionClass(token, value)

 RenditionClass(token, value) 

Initializes a new instance of the RenditionClass class.

Parameters:

ParameterTypeDescription
tokenstringThe token.
valuestringThe value.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.