[]
Specifies the page layout to be used when a PDF document is opened.
public enum PageLayoutEnum
| Name | Description |
|---|---|
| OneColumn | Display the pages in one column. |
| SinglePage | Display one page at a time. |
| TwoColumnLeft | Display the pages in two columns, with odd-numbered pages on the left. |
| TwoColumnRight | Display the pages in two columns, with odd-numbered pages on the right. |
| ViewerDefault | Do not specify a layout and use the current viewer default. |