Click or drag to resize

PDFViewCtrlAllowScrollOnKeyPresses Method

Tells PDFViewCtrl whether or not it should handle Scrolling when for example an arrow key is pressed

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void AllowScrollOnKeyPresses(
	bool should_handle
)

Parameters

should_handle
Type: SystemBoolean
Whether or not PDFViewCtrl should scroll on key presses
See Also