EVO PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerPageLayout Enumeration

EVO PDF Viewer Control for .NET Windows Forms
The page layout in PdfViewerPreferences to be used when the document is opened.

Namespace:  PdfViewer4WinNet
Assembly:  EvoPdfViewerWinForms (in EvoPdfViewerWinForms.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public enum PdfViewerPageLayout
Members

  Member nameValueDescription
SinglePage0 Display one page at a time.
OneColumn1 Display the pages in one column.
TwoColumnLeft2 Display the pages in two columns, with odd numbered pages on the left.
TwoColumnRight3 Display the pages in two columns, with odd numbered pages on the right.
See Also

Reference