This property returns True if the scanner is scanning.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Scanning { get; }
Public ReadOnly Property Scanning As Boolean
Get
public:
property bool Scanning {
bool get ();
}
Property Value
Type:
Boolean
Remarks
The default value is False. The ScanPages method updates this property. If this property returns True, any property
setting and method call attempts will result in a trappable error.
See Also