Accusoft.ISISXpress7.Net
ScanBatch Method




Starts a batch scan process.
Syntax
'Declaration
 
Public Sub ScanBatch() 
'Usage
 
Dim instance As Scanner
 
instance.ScanBatch()
public void ScanBatch()
public: void ScanBatch(); 
public:
void ScanBatch(); 
Remarks

During the scan process, an IsisXpress.Scanning event is fired before the scan to allow the filename to be changed. If the UseCompression property is false, then the IsisXpress.Progress events are fired during the scan. After a page has completed, the IsisXpress.Scanned event fires.

Note: If the UseSchema property is true, then ISIS Xpress generates a naming schema to use for filenames. The generated filename can be checked and changed in each IsisXpress.Scanning event.

IMPORTANT! This method does not finish until the FeederEmptyEventArgs.StopScan property is set to true in the IsisXpress.FeederEmpty event to indicate the batch is done or until the Cancel method is called.

When the scanner feeder is empty, an IsisXpress.FeederEmpty event is fired. This event may fire after each scan if you are using a scanner that does not have a feeder or a scanner that cannot detect paper in the feeder.

See Also

Reference

Scanner Class
Scanner Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback