Click or drag to resize

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
Syntax
public void GetScanners(
	out Scanners Scanners
)

Parameters

Scanners
Type: Kofax.OmniPageCSDK.IproPlus.Scanners
See Also