I demoed GDPicturePro5 and scanned documents with the following settings:
AxImaging1.TwainSetCurrentResolution(200)
AxImaging1.TwainSetCurrentPixelType(GdPicturePro5.TwainPixelType.TWPT_BW)
AxImaging1.TwainSetCurrentBitDepth(8)
The resulting .pdf file for a single sheet was approx. 50-80 kbytes.
I purchased GDITwainPro because all I need is scanning and viewing of pdf files.
I kept the same settings as below:
AxTwain1.TwainSetCurrentResolution(200)
AxTwain1.TwainSetCurrentPixelType(GdTwainPro2.TwainPixelType.TWPT_BW)
AxTwain1.TwainSetCurrentBitDepth(8)
Now the resulting .pdf file for a single sheet is approx. 500 kbytes.
I'm hoping that GDPicturePro doesn't use a better compression algorithm than GDTwainPro...or am I not setting things up properly?
Thanks,
Bob
