| PdfPageLayout Enumeration | 
            Represents a page layout that shall be used when the document is opened.
            
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
 Syntax
Syntaxpublic enum PdfPageLayout
Public Enumeration PdfPageLayout
 Members
Members| Member name | Value | Description | 
|---|
| OneColumn | 0 | Display the pages in one column. | 
| SinglePage | 1 | Display one page at a time. | 
| 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. | 
 See Also
See Also