TdxPDFCustomViewer.HandTool Property
Specifies if the Hand tool is enabled.
Declaration
property HandTool: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
You can use this property to switch between the hand and content selection tools in the PDF Viewer control. If the HandTool property is set to True, the Hand tool is active. Otherwise, the content selection tool is active.
Value | Example |
---|---|
True | |
False |
An end-user can switch between these tools by clicking the “Select Tool” and “Hand Tool” items in the control’s context menu.
You can provide additional tool switching options to an end-user by linking the HandTool and SelectTool commands to elements of your UI.
See Also