VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / CameraBarcodeScanner Class
Constructors Properties Methods Events SeeAlso
In This Topic
CameraBarcodeScanner Class Members
In This Topic
The following tables list the members exposed by CameraBarcodeScanner.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the CameraBarcodeScanner class.
Public Properties
 NameDescription
Public PropertyGets the barcode reader.
Public PropertyGets a value indicating whether frame scanning is started.
Public PropertyGets a value indicating whether barcode scanning is started.
Public PropertyGets or sets the barcode recognition mode.
Public PropertyGets the barcode scanner settings.
Public PropertyGets or sets the number of recognition steps in the range of thresholds.
Public PropertyGets or sets the threshold range, which can be used by barcode scanner for barcode searching.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates the default reader settings.
Public MethodScans the frame.
Public MethodStarts barcode scanning.
Public MethodStops barcode scanning.
Protected Methods
 NameDescription
Protected MethodRaises the [BarcodeRecognized] event.
Protected MethodRaises the [OnFrameScanException] event.
Protected MethodRaises the [FrameScanFinished] event.
Protected MethodRaises the [FrameScanStarting] event.
Public Events
 NameDescription
Public EventOccurs when barcode is recognized.
Public EventOccurs when frame scan thrown an exception.
Public EventOccurs when frame scan is finished.
Public EventOccurs when frame scan is starting.
See Also