EVO PDF Viewer Control for .NET Windows Forms Documentation

PageLayoutMode Enumeration

EVO PDF Viewer Control for .NET Windows Forms
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

public enum PageLayoutMode
Members

  Member nameValueDescription
NotSet0 Use the default layout mode.
DontCare1 Use the current user preference.
SinglePage2 Use single page mode (as it would have appeared in pre-Acrobat 3.0 viewers).
OneColumn3 Use one-column continuous mode.
TwoColumnLeft4 Use two-column continuous mode with the first page on the left.
TwoColumnRight5 Use two-column continuous mode with the first page on the right.
See Also

Reference