Link Search Menu Expand Document

PageLayout Enumeration

Specifies the page layout to be used when the document is opened.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public enum PageLayout
Members
Member nameValueDescription
SinglePage0 Display one page at a time.
OneColumn1 Display the pages in one column.
TwoColumnLeft2 Display the pages in two columns, with odd-numbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with odd-numbered pages on the right.
TwoPageLeft4 Display the pages two at a time, with odd-numbered pages on the left.
TwoPageRight5 Display the pages two at a time, with odd-numbered pages on the right.
See Also

Reference