PageLayout Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the page layout to be used when the document is opened.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SinglePage | 0 | Display one page at a time. | |
OneColumn | 1 | Display the pages in one column. | |
TwoColumnLeft | 2 | Display the pages in two columns, with odd-numbered pages on the left. | |
TwoColumnRight | 3 | Display the pages in two columns, with odd-numbered pages on the right. | |
TwoPageLeft | 4 | Display the pages two at a time, with odd-numbered pages on the left. | |
TwoPageRight | 5 | Display the pages two at a time, with odd-numbered pages on the right. |
See Also