OnImageScanned Method of the IScanCallback Interface
This method is implemented on the client side. It is called by ABBYY FlexiCapture SDK each time an image is scanned. It delivers information about the course of scanning operation and allows scanning to be terminated if necessary.
Syntax
Visual Basic .NET
Sub OnImageScanned( _ SourceName As String, _ path As String, _ ByRef Cancel As Boolean _ )
C++
HRESULT OnImageScanned( BSTR SourceName, BSTR path, VARIANT_BOOL* Cancel );
Parameters
- SourceName
- [in] This parameter specifies the name of the scanning source from which the scanned image has been received.
- path
- [in] This parameter specifies the path to the resultant image file.
- Cancel
- [in, out] You may set this variable to TRUE to indicate that scanning should be terminated.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30