enum PDF::Catalog::PageLayout
Overview
A name object specifying the page layout to be used when the document is opened:
Defined in:
pdf/document/pagetree/catalog.crEnum Members
-
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 oddnumbered pages on the left.
-
TwoColumnRight =
3
-
Display the pages in two columns, with oddnumbered pages on the right.
Class Method Summary
-
.default
Default value: SinglePage.