PDF Viewer Control for .NET 2.0 Windows Forms
SetLayoutMode Method (layoutMode)
NamespacesPdfViewer4WinNetPdfViewerSetLayoutMode(String)
Sets the layout mode for a page view according to the specified string.
Declaration Syntax
C#Visual BasicVisual C++
public void SetLayoutMode(
	string layoutMode
)
Public Sub SetLayoutMode ( _
	layoutMode As String _
)
public:
void SetLayoutMode(
	String^ layoutMode
)
Parameters
layoutMode (String)
Possible values: "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)