Accusoft.ISISXpress7.Net
Cancel(Boolean) Method




A boolean value which should be set to true to immediately cancel the process. Otherwise, false should be set to wait until the current page is transferred from the scanner.
Cancels the scanning process allowing to pass in a boolean value.
Syntax
'Declaration
 
Public Overloads Sub Cancel( _
   ByVal immediate As Boolean _
) 
'Usage
 
Dim instance As Scanner
Dim immediate As Boolean
 
instance.Cancel(immediate)
public void Cancel( 
   bool immediate
)
public: void Cancel( 
   bool immediate
) 
public:
void Cancel( 
   bool immediate
) 

Parameters

immediate
A boolean value which should be set to true to immediately cancel the process. Otherwise, false should be set to wait until the current page is transferred from the scanner.
Remarks

If the immediate parameter is false, this method causes the scanner to wait til the current page is transferred from the scanner before the scanning process is cancelled. If the ScanSettingInfo ScanAhead value is enabled and the scanner driver supports the ScanSettingInfo ScanAheadPages setting, then ISIS Xpress processes those pages that have been scanned ahead, otherwise ISIS Xpress stops processing all pages.

See Also

Reference

Scanner Class
Scanner Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback