Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Contains event arguments used by ReaderBarcodeFoundEventHandler
Inheritance Hierarchy
SystemEventArgs
Bytescout.BarCodeReaderBarcodeFoundEventArgs
Namespace: Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
The BarcodeFoundEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BarcodeFoundEventArgs |
Initializes a new instance of the BarcodeFoundEventArgs class.
|
Properties
Name | Description | |
---|---|---|
![]() | Barcode |
Gets the information about last found barcode.
|
![]() | Cancel |
Gets or sets a value indicating whether to abort barcode detection.
|
![]() | Count |
Gets the number of barcodes found during last read session.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also