C#
VB
C++
Occurs when the reader is processing the request to indicate the current progress (percent completion).
public event EventHandler<BarcodeReaderProgressEventArgs> Progress
Public Event Progress As EventHandler(Of Leadtools.Barcode.BarcodeReaderProgressEventArgs)
public:
event EventHandler<Leadtools::Barcode::BarcodeReaderProgressEventArgs^>^ Progress
The Progress event occurs during the read operation. Subscribe to this event to show a progress handler and optionally abort the read operation.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | BarcodeReaderProgressEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET