You are here: Start » AVL.NET » Code1DSettings Structure
Code1DSettings Structure
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
Settings for 1D barcodes detection
Constructors
| Constructor | Description | |
|---|---|---|
| Code1DSettings(Boolean, ZCodePolarity, Int32, Boolean, Boolean, Boolean) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| AllowDiagonal | System.Boolean | ||
| AllowNoQuietZone | System.Boolean | ||
| Default | Avl.Code1DSettings | Gets a default instance of the Code1DSettings. | |
| Empty | Avl.Code1DSettings | Gets an empty instance of the Code1DSettings. | |
| LowContrast | System.Boolean | ||
| MinBarcodeHeight | System.Int32 | ||
| Polarity | Avl.ZCodePolarity | ||
| Subpixel | System.Boolean |
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.Code1DSettings) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
