Search found 2 matches

by ulucefe
Fri Sep 05, 2014 5:31 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: IAutoDiscardBlankPages Canon DR-C130
Replies: 1
Views: 2613

IAutoDiscardBlankPages Canon DR-C130

Hi,

This scanner (Canon DR-C130) has skip blank pages feature but when I get the capability (IAutoDiscardBlankPages) it returns null. So how can get this capability?

Regards.
by ulucefe
Tue Sep 02, 2014 9:33 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: PixelType and Other Settings
Replies: 1
Views: 2792

PixelType and Other Settings

Hi, I'm developing a scanning app. I'm setting PixelType currentDevice.PixelType = PixelType.BW; and it doesn't throw exception. But scanner uses its own settings (ie it scans RBG as it is set in its UI. I set ShowUI = false). I've tried your WpfTwainAdvanced demo and I choose BW from the Pixel Type...