VintaSoft Twain .NET SDK Discussions

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

How to set the threshold for BW Scan??



How to set the threshold for BW Scan??

Post by BioT09 »

Hello
my question is how to set the threshold-value for black/white scanning??


Re: How to set the threshold for BW Scan??

Post by Alex »

Hello,

Please see this topic:
https://www.vintasoft.com/forums/viewtopic.php?f=5&t=19

Best regards, Alexander


Re: How to set the threshold for BW Scan??

Post by BioT09 »

Ok I wrote this in c#:

Scanner.StartDevice();

Scanner.Capability = DeviceCapability.IThreshold;
Scanner.CapType = CapType.OneValue;
Scanner.capValue = 90;
Scanner.SetCap();

but I get a Error message that i cant convert inplizip to int because there already explizit convertion.
And VSTwain containts no definition for cap value.

Remark: I use the test version, maybe this properties arent available?


Re: How to set the threshold for BW Scan??

Post by BioT09 »

Ok, I already now the the fault


Page 1 from 1: 1