You are here: Start » AVL.NET » BarcodeParams Structure
BarcodeParams Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Specifies range of possible barcodes.
Constructors
| Constructor | Description | |
|---|---|---|
| BarcodeParams(Nullable<BarcodeFormat>, Polarity, Single, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.BarcodeParams | ||
| Format | System.Nullable<AvlNet.BarcodeFormat> | Format of the barcode | |
| IsDefault | System.Boolean | ||
| MaxModuleSize | System.Single | Maximal size of a barcode thinnest bar in pixels | |
| MinModuleSize | System.Single | Minimal size of a barcode thinnest bar in pixels | |
| Polarity | AvlNet.Polarity | Specifies whether barcode bars are darker or brighter than the background |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.BarcodeParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.BarcodeParams, AvlNet.BarcodeParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
