Click or drag to resize

ScannerInitialized Property

This property returns True if the scanner is already initialized.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool Initialized { get; }

Property Value

Type: Boolean
Remarks

The default value is False. After a successful call to the Init method this property returns True. If this property is false, property access and method calls will result in trappable errors.

See Also