Last Updated on 2016-06-05
Since this version, both of Dynamic Web TWAIN and ImageCapture Suite added RegisterEvent method and UnregisterEvent method for using events of the two imaging SDKs in IE 11 and other web browsers (e.g. Chrome, Firefox, Safari and Opera).
In result, the code should go like below so that custom Dynamic HTML (DHTML) behavior event(s) will be registered:
[javascript]Object.RegisterEvent(‘onPostLoad’, onPostLoad);[/javascript]
Please feel free to play around with the latest online demos:
- http://www.dynamsoft.com/demo/DWT/online_demo_scan.aspx
- http://www.dynamsoft.com/demo/ICS/online_demo_scan.aspx
If you have any questions or comments after trying out the v9.2, please let us know.
Cheers