The layout mode of the PDF page in the viewer.
| C# | Visual Basic | Visual C++ |
public enum PageLayoutMode
Public Enumeration PageLayoutMode
public enum class PageLayoutMode
| Member | Description |
|---|---|
| NotSet |
Use the default layout mode.
|
| DontCare |
Use the current user preference.
|
| SinglePage |
Use single page mode (as it would have appeared in pre-Acrobat 3.0 viewers).
|
| OneColumn |
Use one-column continuous mode.
|
| TwoColumnLeft |
Use two-column continuous mode with the first page on the left.
|
| TwoColumnRight |
Use two-column continuous mode with the first page on the right.
|