Scanner Class in C#

I was in need to create a small application using WIA (windows image acquisition) to use in scanning images and save them as a single file a PDF file as an electronic archive using of course a data base to stock information about each file.

I made a deep search in the net and I made this very useful Class called sacanner.cs uploaded with this article .

To use this class in your projects please follow this instructions :

  1. Add this reference to your project

    Imgage1.jpg

  2. Visit http://pdfsharp.com , download and add the needed dlls as references

    Imgage2.jpg

The class Scanner.cs contains many methods, each one does what it‘s name means. For more explanation, please write me on this wonderful site, and excuse me for my bad English because my native is Arabic and my first foreign language is French and I made really a hard effort to write this and thanks.