Click or drag to resize

ScannerReleaseScanner Method

This method releases the previously reserved scanner.

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

Calling this method is not harmful and does not cause any error even if no preceding ReserveScanner call was done, but you should call ReleaseScanner once for each ReserveScanner call.

See Also