PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetView Method

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

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

public void SetView(
	string viewMode
)

Parameters

viewMode
Type: SystemString
Possible values: "Fit": fits the entire page within the window both vertically and horizontally. "FitH": fits the entire width of the page within the window. "FitV": fits the entire height of the page within the window. "FitB": fits the bounding box within the window both vertically and horizontally. "FitBH": fits the entire width of the bounding box within the window. "FitBV": fits the entire height of the bounding box within the window.
See Also

Reference