Name | Description | |
---|---|---|
![]() | get_ActionButton | Gets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS) |
![]() | get_ActionCursor | Gets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS) |
![]() | get_ActionExecutor | Gets the action executor that is used for executing the PDF actions. |
![]() | get_AutoCommit | Gets a value indicating whether this visual tool must automatically commit changes in interactive form if interaction mode is changed or this visual tool become inactive. |
![]() | get_Cursor | Gets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS) |
![]() | get_DisableContextMenu | Gets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. (Inherited from WebVisualToolJS) |
![]() | get_FocusedField | Gets the focused interactive form field. |
![]() | get_InteractionMode | Gets the interaction mode. |
![]() | get_IsEnabled | Gets a value indicating whether visual tool can respond to the user interaction. (Inherited from WebVisualToolJS) |
![]() | get_IsMultipageModeSupported | Gets a value indicating whether this tool supports multipage mode. |
![]() | get_MouseClickCount | Gets the count of mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
![]() | get_MouseClicksDelta | Gets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
![]() | get_Name | Gets the name of visual tool. (Inherited from WebVisualToolJS) |
![]() | getDrawingBox | Gets the drawing box of visual tool. (Inherited from WebVisualToolJS) |
![]() | getFieldsForImage | Returns all WebPdfInteractiveFormFieldJS objects associated with the specified image. |
![]() | getFieldsForPage | Returns all WebPdfInteractiveFormFieldJS objects associated with the specified PDF page. |
![]() | reset | Resets the visual tool. |
![]() | set_ActionButton | Sets the mouse button, which executes the action of the visual tool. (Inherited from WebVisualToolJS) |
![]() | set_ActionCursor | Sets a cursor which should be used in image viewer when visual tool executes its action. (Inherited from WebVisualToolJS) |
![]() | set_ActionExecutor | Sets the action executor that is used for executing the PDF actions. |
![]() | set_AutoCommit | Sets a value indicating whether this visual tool must automatically commit changes in interactive form if interaction mode is changed or this visual tool become inactive. |
![]() | set_Cursor | Sets a cursor which should be used in image viewer when visual tool is active in image viewer. (Inherited from WebVisualToolJS) |
![]() | set_DisableContextMenu | Sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. (Inherited from WebVisualToolJS) |
![]() | set_FocusedField | Sets the focused interactive form field. |
![]() | set_InteractionMode | Sets the interaction mode. |
![]() | set_IsEnabled | Sets a value indicating whether visual tool can respond to the user interaction. |
![]() | set_MouseClicksDelta | Sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from WebVisualToolJS) |
![]() | toString | Returns the string representation of this object. (Inherited from WebVisualToolJS) |
![]() | updateInteractiveForm | Sends an asynchronous request for updating PDF interactive form of focused PDF document. |
![]() | updateInteractiveForms | Sends an asynchronous request for updating PDF interactive forms of all opened in viewer PDF documents. |