Is it possible to switch on both the Color and Black & White scanning lenses using dotImage?
At the moment I've tried will little succcess:
device.PixelType =
ImagePixelType.Color | ImagePixelType.BlackAndWhite;
In the TWAIN driver interface I can manually switch on both the Colour and BW lenses, but can't seem to do it through dotTwain. Is this possible?