Class RenditionClass
Represents the XMP Rendition.
public sealed class RenditionClass : XmpTypeBase, IXmpType
- Inheritance
-
RenditionClass
- Implements
- Inherited Members
Constructors
RenditionClass()
Initializes a new instance of the RenditionClass class.
public RenditionClass()
RenditionClass(string, string)
Initializes a new instance of the RenditionClass class.
public RenditionClass(string token, string value)
Parameters
Properties
DefinedValues
The defined values
public static string[] DefinedValues { get; }
Property Value
- string[]
Token
Gets or sets the token.
public string Token { get; set; }
Property Value
- string
The token.
Value
Gets or sets the value.
public string Value { get; set; }
Property Value
- string
The value.
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
- string
Returns the string contained value in XMP format.