Click or drag to resize

ScannersScannerWizard Method

This method is used to display the Scanner Wizard to add, remove, or test scanners.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ScannerWizard(
	[OptionalAttribute] string ApplicationName,
	[OptionalAttribute] IntPtr hWnd,
	[OptionalAttribute] bool Asynchronously
)

Parameters

ApplicationName (Optional)
Type: SystemString
hWnd (Optional)
Type: SystemIntPtr
Asynchronously (Optional)
Type: SystemBoolean
Remarks

It creates the scanner.ini file. The Scanner Wizard has to be invoked only once unless you want to add a new scanner, or remove an existing one from the IPRO environment.

The ApplicationName is an optional string parameter. It contains the name of the integrating application and is displayed on the Scanner Wizard interface. If the ApplicationName parameter is not specified, the Scanner Wizard will use the "IPROPlus v18.0" default value.

The hWnd is an optional handle parameter, which is the wizard's parent window handle. If the hWnd is 0 or not specified, the Engine object's WindowHandle property is used to get a parent window handle. If IPRO is used from .NET environments, the passed control handle must be explicitly cast to an integer.

To learn more about the Scanner Wizard see the topic About the Scanner Setup Wizard.

See Also