Click here to Skip to main content
16,017,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to ask you that, how to bring proofOFID card(for e.g PanCard/Passport)as a Picturebox in C#.NET only.
Posted
Comments
girish sp 2-May-11 6:49am    
your question is not upto the point..can u elaborate the question??

for that you need to scan that particular proof of id as a JPG , BMP , GIF etc....
and then load it using
pictureBox1.Image = Image.FromFile(<file path="">)</file>
 
Share this answer
 
This could help you get started - .NET TWAIN image scanner[^].
 
Share this answer
 

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