var instance; // Type: WebPdfImageExtractorToolJS instance.imageMouseDown = function(event, eventArgs) { };
Parameters
- event
- Object that contains information about event. Object has the following properties:
- target (object): Object that raises event.
- type (string): Event name.
- data (object): Object that contains data, which were specified during subscribing to the event.
- originalEvent (object): Original event if event was received from DOM-element.
- eventArgs
- Object that contains event arguments. Object has the following properties:
- image (object): Content image.
- location (object): Mouse position in the coordinate space of client area of image viewer.