[]
Specifies the page layout to be used when the document is opened.
public enum PageLayout
Public Enum PageLayout
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. |
TwoPageLeft | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left. |
TwoPageRight | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right. |