Namespace: BitMiracle.Docotic.Pdf
public enum PdfPageLayout
Public Enumeration PdfPageLayout
Member name | Value | Description | |
---|---|---|---|
Default | -1 | Display page using default layout. This is the same as SinglePage layout except the PDF does not contain information about the layout at all. | |
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 | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the left | |
TwoPageRight | 5 | (PDF 1.5) Display the pages two at a time, with odd-numbered pages on the right |