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: 2026.2.0.0.42 (.NET 4.6.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