The layout mode of the PDF page in the viewer.
Namespace: PdfViewer4WinNet
Assembly: EvoPdfViewerWinForms (in EvoPdfViewerWinForms.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NotSet | 0 | Use the default layout mode. | |
DontCare | 1 | Use the current user preference. | |
SinglePage | 2 | Use single page mode (as it would have appeared in pre-Acrobat 3.0 viewers). | |
OneColumn | 3 | Use one-column continuous mode. | |
TwoColumnLeft | 4 | Use two-column continuous mode with the first page on the left. | |
TwoColumnRight | 5 | Use two-column continuous mode with the first page on the right. |
See Also