Class RenditionClass
RenditionClass class
Represents the XMP Rendition.
public sealed class RenditionClass : XmpTypeBase
Constructors
| Name | Description |
|---|
| RenditionClass() | Initializes a new instance of the RenditionClass class. |
| RenditionClass(string, string) | Initializes a new instance of the RenditionClass class. |
Properties
| Name | Description |
|---|
| Token { get; set; } | Gets or sets the token. |
| Value { get; set; } | Gets or sets the value. |
| static DefinedValues { get; } | The defined values |
Methods
| Name | Description |
|---|
| virtual Clone() | Clones this instance. |
| override GetXmpRepresentation() | Gets the string contained value in XMP format. |
| override ToString() | Gets this XMP data as string. |
See Also