1. Stylelabs.M.Sdk.Contracts.Base

Interface IRendition

Represents a rendition.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IRendition

Properties

Items

Gets collection of rendition items.

Declaration

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

string Name { get; }

Property Value

TypeDescription
string
If you have suggestions for improving this article, let us know!