PDF Viewer Control for .NET 2.0 Windows Forms
PageLayoutMode Enumeration
NamespacesPdfViewer4WinNetPageLayoutMode
The layout mode of the PDF page in the viewer.
Declaration Syntax
C#Visual BasicVisual C++
public enum PageLayoutMode
Public Enumeration PageLayoutMode
public enum class PageLayoutMode
Members
MemberDescription
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.

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.0.0.33756 (3.0.0.0)