enum Hpdf::PageLayout
 
  Overview
used in Doc#page_layout=.
Defined in:
hpdf/enum.crEnum Members
- 
        Single = 
0 - 
        
Only one page is displayed.
 - 
        OneColumn = 
1 - 
        
Display the pages in one column.
 - 
        TwoColumnLeft = 
2 - 
        
Display the pages in two column. The page of the odd number is displayed left.
 - 
        TwoColumnRight = 
3 - 
        
Display the pages in two column. The page of the odd number is displayed right.
 - 
        Default = 
6 - 
        
TwoPageLeft TwoPageRight