VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
VSTwain1.StartDevice() VSTwain1.OpenDataSource() VSTwain1.Brightness = VSTwain1.BrightnessMaxValue VSTwain1.Contrast = VSTwain1.ContrastMaxValue VSTwain1.Acquire()Brightness and contrast of black-white images may be set with the IThreshold capability:
VSTwain1.StartDevice() VSTwain1.OpenDataSource() VSTwain1.Capability = DeviceCapability.IThreshold VSTwain1.CapType = CapType.OneValue VSTwain1.capValue = 150 ' can be changed from 0 to 255 VSTwain1.SetCap() VSTwain1.Acquire()