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.5.0.5.0.230 (.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