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)
Syntaxpublic bool BadImageInfoDetected { get; }Public ReadOnly Property BadImageInfoDetected As Boolean
Get
Property Value
Type:
Boolean A value indicating if the driver returned an invalid TW_IMAGEINFO.
RemarksTwainController will correct the information and continue the scan.
See Also