Hello,
I am trying to use the Twain Control in .net 2005 (C#) to scan some images or forms. It works, but I see that when I save the images, the .JEPG files are being bigger than they are supposed to be. I am using the device "Canon DR-6080" and I am setting the default parameters of the scanner like that:
//set resolution and color depth
this.twainControl1.PixelType = DTI.ImageMan.Twain.PixelTypes.RGBColor;
this.twainControl1.Resolution = 100.0f;
But, the size of the files is around 1,000 kb instead of 100 kb like I can get scanning the images with the scanner application.
Do we have any other scanner parameter pending to be set to get that? Is there another method of that control to get that?
Please, let me know. Thanks in advance,
Marilyn.