Gets or Sets hand tool
Namespace: Spire.DocViewer.FormsAssembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool EnableHandTools { get; set; }
Public Property EnableHandTools As Boolean Get Set
public: property bool EnableHandTools { bool get (); void set (bool value); }
member EnableHandTools : bool with get, set