Accusoft.ISISXpressSdk Namespace > FeederEmptyEventArgs Class : StopScan Property |
'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;}
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.