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
Syntaxpublic bool Initialized { get; }
Public ReadOnly Property Initialized As Boolean
Get
public:
property bool Initialized {
bool 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