visit Kofax web site

de.softpro.signware.SPScannerEventListener Interface Reference

List of all members.

Detailed Description

Listener for scanner events.


Public Member Functions

int parameterError (java.lang.String strPropertyName, int iErrorCode)
 Callback to notify the application that a specific property is not supported by the selected device.
int update (int iProgress)
 Callback to notify the application on the completion of a capture process in percent.


Member Function Documentation

int de.softpro.signware.SPScannerEventListener.parameterError java.lang.String  strPropertyName,
int  iErrorCode
 

Callback to notify the application that a specific property is not supported by the selected device.

Parameters:
strPropertyName [i] the name of the property that is not supported
iErrorCode [i] error code as returned by the device driver, typically SP_UNSUPPORTEDERR
Returns:
int, SP_NOERR to ignore the parameter, the driver will use the closest possible value if applicable, or SP_CANCELERR to abort the capture request.

int de.softpro.signware.SPScannerEventListener.update int  iProgress  ) 
 

Callback to notify the application on the completion of a capture process in percent.

Parameters:
iProgress [i] completion of the capture process in percent, range 0 ... 100
Returns:
int, SP_NOERR to continue, or SP_CANCELERR to abort the capture request.


The documentation for this interface was generated from the following file: