Class Rendition
Represents a rendition.
Inheritance
object
Rendition
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
Rendition(string, IEnumerable)
Initializes a new instance of the Rendition class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the rendition. |
| IEnumerable<>IRenditionItem | items | Items in this rendition. |
Properties
Items
Gets collection of rendition items.
Declaration
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<>IRenditionItem |
Remarks
Depending on the file type, there can be one or more rendition items. For example a PDF will have an item per page.
Name
Gets name of the rendition.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Implements
If you have suggestions for improving this article, let us know!