Specifies the paper size and orientation used to render the pages in a spreadsheet.
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 the spreadsheet in its original size and orientation. | |
Letter8Point5X11 | 1 | Renders the spreadsheet in letter size (8.5 in x 11 in) and portrait orientation. | |
Letter11X8Point5 | 2 | Renders the spreadsheet in letter size (11 in x 8.5 in) and landscape orientation. | |
Tabloid | 3 | Renders the spreadsheet in tabloid size (11 in x 17 in) and landscape orientation. | |
Ledger | 4 | Renders the spreadsheet in ledger (17 in x 11 in) and portrait orientation. |
See Also