Engine.GetScanners Method
|
This property returns the
Scanners collection of the engine, which enumerates all available scanners.
If the Engine is not initialized, accessing this property raises a trappable error.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetScanners(
out Scanners Scanners
)
Public Sub GetScanners (
<OutAttribute> ByRef Scanners As Scanners
)
public:
void GetScanners(
[OutAttribute] Scanners^% Scanners
)
Parameters
- Scanners
- Type: Kofax.OmniPageCSDK.IproPlus.Scanners
See Also