Click or drag to resize

ScannerScanning Property

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
Syntax
public bool Scanning { 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