Accusoft ISIS Xpress 7
Cancel Method
A boolean value which is true to immediately cancel the scanning process or false to wait until the current page is transferred from the scanner before the scanning process is cancelled.
Description

Cancels the scanning process immediately or waits until the current page is transferred from the scanner before the scanning process is cancelled.

Syntax
Visual Basic
Public Sub Cancel( _
   Optional ByVal bImmediate As Boolean = True _
) 
Parameters
bImmediate
A boolean value which is true to immediately cancel the scanning process or false to wait until the current page is transferred from the scanner before the scanning process is cancelled.
Remarks
If the immediate parameter is true, the Cancel method will immediately cancel the scanning process. This cancellation will occur even if ISIS Xpress is in the middle of transferring data from the scanner.

If the immediate parameter is false, the Cancel method will cause the scanner to wait until the current page is transferred from the scanner before the scanning process is cancelled. If ISX_ScanSetting.ISX_ScanAhead is enabled and the scanner driver supports the ISX_ScanSetting.ISX_ScanAheadPages setting then ISIS Xpress will process those pages that have been scanned ahead, otherwise ISIS Xpress will stop processing all pages.
See Also

ISISXpress Object  | ISISXpress Members  | ISX_ScanSetting Enumeration

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback