Skip to main content
Version: Version 5

Enumeration: PageLayoutMode

Setting how the pages will be arranged on the viewport.

According to the PDF standard (PDF 1.7)

Enumeration Members

OneColumn

OneColumn: 1

Display the pages in one column.


SinglePage

SinglePage: 0

Display one page at a time .


TwoColumnLeft

TwoColumnLeft: 2

Display the pages in two columns, with odd-numbered pages on the left.


TwoColumnRight

TwoColumnRight: 3

Display the pages in two columns, with odd-numbered pages on the right.


TwoPageLeft

TwoPageLeft: 4

Display two pages at a time, with odd-numbered pages on the left.


TwoPageRight

TwoPageRight: 5

Display two pages at a time, with odd-numbered pages on the right.