PDF Viewer ActiveX Control

EnablePanning

 

Enable/Disable page panning with the mouse. Default is true.  If set to true, you can scroll by grabbing the page with the left mouse button.

PDFViewer1.EnablePanning[=bool]


Parameter
bool
true - enable page panning, false - disable page panning.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
PDFViewer1.EnablePanning = true
PDFViewer1.LoadPDFFile "c:\test.pdf"