You are here: Start » AVL.NET » Code128Parameters Structure
Code128Parameters Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Code128 detection settings.
Constructors
| Constructor | Description | |
|---|---|---|
| Code128Parameters(Boolean, Boolean, Nullable<BarcodeLength>, Int32, Boolean, ISBTConcatenation, Boolean) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | AvlNet.Code128Parameters | ||
| EmulateUCC128 | System.Boolean | Emulate UCC128 | |
| GS128 | System.Boolean | GS128 | |
| IgnoreCode128FNC4 | System.Boolean | Ignore Code128 FNC4 | |
| ISBT128 | System.Boolean | ISBT128 | |
| ISBTConcatenationRedundancy | System.Int32 | ||
| ISBTConcatenation | AvlNet.ISBTConcatenation | ISBTConcatenation | |
| IsDefault | System.Boolean | ||
| Length | System.Nullable<AvlNet.BarcodeLength> | Limits code length |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.Code128Parameters) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Code128Parameters, AvlNet.Code128Parameters) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
