Click or drag to resize

TwainControllerBadImageInfoDetected Property

Gets a value indicating whether the driver returned an invalid TW_IMAGEINFO structure.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool BadImageInfoDetected { get; }

Property Value

Type: Boolean
A value indicating if the driver returned an invalid TW_IMAGEINFO.
Remarks
TwainController will correct the information and continue the scan.
See Also