Scanners.ScannerWizard Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void ScannerWizard( [OptionalAttribute] string ApplicationName, [OptionalAttribute] IntPtr hWnd, [OptionalAttribute] bool Asynchronously )
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.