←Select platform

BarcodeReaderProgressEventArgs Class

Summary

Data for the BarcodeReader.Progress event.

Syntax

C#
VB
C++
public class BarcodeReaderProgressEventArgs : EventArgs 
Public Class BarcodeReaderProgressEventArgs 
   Inherits System.EventArgs 
public ref class BarcodeReaderProgressEventArgs : System::EventArgs 

Remarks

The BarcodeReaderProgressEventArgs event will occur periodically during the read operation. The value of Percent will contain the current percentage value of the operation. Setting the value of Cancel to true will abort the read operation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly