PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetLayoutMode Method

PDF Viewer Control for .NET Windows Forms
Sets the layout mode for a page view according to the specified string.

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

public void SetLayoutMode(
	string layoutMode
)

Parameters

layoutMode
Type: SystemString
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
See Also

Reference