Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Please help, How to customize Twain scanner app using .net? I'm using .net Twain app, Please refer following link .NET TWAIN image scanner[^]

My Question's are,

1) How to pass parameter value, when scanning the Images?

Ex: Parameter value such as Resolution, Height, Width, Color etc..

2) How to perform automatic scanning of image when placing an ID card in the ID scanner device?

3) How to perform Scanning operation for the Front and Back side of ID card?

4) How to perform Scanning of UV( Ultraviolet) and IR(Infrared) type ID Cards?

5) After scanning the images how to edit feature's like Calibrate, Resolution, Height, Width, Color, Image Brightness, Image Contrast, Invert Images? If so by which method and parameters can be applied?

6) How to Reset ID Scanner device?

7) How to Refresh ID Scanner device?

Please help me with relevant functional document or Twain sample application using C# .net
Posted
Comments
Sinisa Hajnal 2-Mar-15 8:42am    
You take the code from the image scanner, find the relevant part you want to change and change it (taking care to rename project wide)...for extra parameters its easier, just overload a method with new parameters and use it where you need it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900