Click or drag to resize

ScannerReserveScanner Method

This method reserves the scanner for the IPRO environment.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void ReserveScanner()
Remarks

The reserved scanner cannot be used by other RSD-based applications until it is released. Reserving the scanner prevents its driver from unloading for example if the scanner is idle for some time. Reserving the scanner may speed up continuous scanning.

A given SDK based application is allowed to reserve a scanner several times, but calling this method will fail if the scanner is already reserved by another application.

Call the ReleaseScanner method in order to release a previously reserved scanner. The scanner is released automatically when the related Scanner object is destroyed.

See Also