Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 730 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 730 Bytes

WebClientScan

I was searching for solution such that from browser event like button click will trigger scan command and client side scanner get invoked and scan the document. Though I didn't get direct solution anywhere I got reference from code project article which help me a lot i.e. https://www.codeproject.com/Articles/493333/Client-Side-Printing-Scanning-in-NET. So here is a final solution.

References