Specifies the order used to render the pages in spreadsheets.
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
OriginalSetting | 0 | Renders pages in the original order used by the spreadsheet. | |
DownThenOver | 1 | Renders the pages for vertical overflow first, and then for horizontal. | |
OverThenDown | 2 | Renders the pages for horizontal overflow first, and then for vertical. |
See Also