Accusoft.ISISXpress7.Net
StopScan Property




Sets an indicator if the batch process should end.
Syntax
'Declaration
 
Public Property StopScan As Boolean
'Usage
 
Dim instance As FeederEmptyEventArgs
Dim value As Boolean
 
instance.StopScan = value
 
value = instance.StopScan
public bool StopScan {get; set;}
public: __property bool get_StopScan();
public: __property void set_StopScan( 
   bool value
);
public:
property bool StopScan {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the batch process should end. Otherwise, false should be returned.
Remarks

Note: The Scanner.ScanBatch method does not finish until this property is set to true and the IsisXpress.FeederEmpty event fires to indicate that the batch is complete.

When the scanner feeder is empty, a IsisXpress.FeederEmptyEventHandler event is fired. This event may fire after each scan if a scanner is being used that does not have a feeder or cannot detect paper in the feeder.

See Also

Reference

FeederEmptyEventArgs Class
FeederEmptyEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback