Dev Center
There are many events available to help you build an automatic business workflow in your document scanning application.
If you scan papers from your physical document scanners, you can use the OnPostTransfer or OnPostTransferAsync event to trigger actions right after each page is successfully scanned. You can use OnPostAllTransfers if you need to trigger any actions once all pages are scanned successfully.
If you import images from your local disk, you can use the OnPostLoad event which triggers right after each file is successfully loaded.
latest version