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
TypeNameDescription
stringname

Name of the rendition.

IEnumerable<>IRenditionItemitems

Items in this rendition.

Properties

Items

Gets collection of rendition items.

Declaration
RequestResponse
public IReadOnlyList<IRenditionItem> Items { get; }
Property Value
TypeDescription
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
TypeDescription
string

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,