An event indicating that the scanner feeder is empty.
Visual Basic |
---|
Public Event FeederEmpty( _ ByVal PageNumber As Long, _ ByRef StopScan As Boolean _ ) |
- PageNumber
- The page number of the scan that just completed.
- StopScan
- A boolean set by the user to indicate the batch process should end.
This event can be used to notify the user that the scanner feeder is empty during a batch scanning process.