PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetShowScrollbars Method

PDF Viewer Control for .NET Windows Forms
Determines whether scrollbars will appear in the document view.

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

public void SetShowScrollbars(
	bool on
)

Parameters

on
Type: SystemBoolean
A true value indicates that scrollbars will appear, false indicates that they will not.
See Also

Reference