Delegates
| Delegate | Description | |
|---|---|---|
| OnAnnotationCreatedHandler |
Occurs when an annotation is created.
| |
| OnAnnotationDeselectedHandler |
Occurs when one or more annotations is deselected.
| |
| OnAnnotationMovedHandler |
Occurs when an annotation is moved.
| |
| OnAnnotationResizedHandler |
Occurs when an annotation is resized.
| |
| OnAnnotationSelectedHandler |
Occurs when an annotation is selected.
| |
| OnAnnotationTextChangedHandler |
Occurs when the text in an annotation is changed.
| |
| OnImageAreaDeselectedHandler |
Occurs when the selected area of the specified image is deselected and the value of the MouseShape()()()() property is set to false.
| |
| OnImageAreaSelectedHandler |
Occurs when an area of the specified image is selected and the value of the MouseShape()()()() property is set to false.
| |
| OnInternetTransferPercentageHandler |
Occurs when uploading or downloading images via HTTP or FTP.
| |
| OnMouseClickHandler |
Occurs when the mouse clicks on an image.
| |
| OnMouseDoubleClickHandler |
Occurs when the mouse double clicks on an image.
| |
| OnMouseMoveHandler |
Occurs when the mouse moves onto an image.
| |
| OnMouseRightClickHandler |
Occurs when the mouse right clicks on an image.
| |
| OnPostAllTransfersHandler |
Occurs after all image are scanned.
| |
| OnPostTransferHandler |
Occurs when each image is scanned.
| |
| OnPreAllTransfersHandler |
Occurs before all images are scanned.
| |
| OnPreTransferHandler |
Occurs before each image is scanned.
| |
| OnTopImageInTheViewChangedHandler |
Occurs when the current top image displayed in Dynamic .Net TWAIN is changed and the view mode is NOT set to -1 by -1.
| |
| OnTransferCancelledHandler |
Occurs when the transfer is cancelled by the user.
| |
| OnTransferErrorHandler |
Occurs when an error occurs during the process of transfer.
|