You are here: Start » AVL.NET » BarcodeDecodingParams Structure
BarcodeDecodingParams Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Specifies how barcodes are being decoded.
Constructors
| Constructor | Description | |
|---|---|---|
| BarcodeDecodingParams(Int32, Int32, Single, BarcodeReadingStrategy) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Avl.BarcodeDecodingParams | Gets a default instance of the BarcodeDecodingParams. | |
| Empty | Avl.BarcodeDecodingParams | Gets an empty instance of the BarcodeDecodingParams. | |
| MinEdgeStrength | System.Single | ||
| ReadingScanCount | System.Int32 | ||
| ReadingStrategy | Avl.BarcodeReadingStrategy | ||
| ScanWidth | System.Int32 | 
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.BarcodeDecodingParams) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object | 
