Enum ImagingSpreadsheetPaperSizeOrientation
Specifies the paper size and orientation used to render the pages in a spreadsheet.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingSpreadsheetPaperSizeOrientation
Fields
| Name | Description |
|---|---|
| Ledger | Renders the spreadsheet in ledger (17 in x 11 in) and portrait orientation. |
| Letter11X8Point5 | Renders the spreadsheet in letter size (11 in x 8.5 in) and landscape orientation. |
| Letter8Point5X11 | Renders the spreadsheet in letter size (8.5 in x 11 in) and portrait orientation. |
| OriginalSetting | Renders the spreadsheet in its original size and orientation. |
| Tabloid | Renders the spreadsheet in tabloid size (11 in x 17 in) and landscape orientation. |
| Unknown | Represents error during mapping. |