Class Rendition
Version: 3.4
Represents a rendition.
Inheritance
object
Rendition
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class Rendition : IRendition
Constructors
Rendition(string, IEnumerable<IRenditionItem>)
Initializes a new instance of the Rendition class.
Declaration
RequestResponse
public Rendition(string name, IEnumerable<IRenditionItem> items)
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
RequestResponse
public IReadOnlyList<IRenditionItem> Items { get; }
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
RequestResponse
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |