You are here: Start » AVL.NET » Code128Parameters Constructor
Code128Parameters Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public Code128Parameters ( bool gS128, bool iSBT128, AvlNet.BarcodeLength? length, int iSBTConcatenationRedundancy, bool emulateUCC128, AvlNet.ISBTConcatenation iSBTConcatenation, bool ignoreCode128FNC4 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| gS128 | bool | ||||
| iSBT128 | bool | ||||
| length | AvlNet.BarcodeLength? | ||||
| iSBTConcatenationRedundancy | int | ||||
| emulateUCC128 | bool | ||||
| iSBTConcatenation | AvlNet.ISBTConcatenation | ||||
| ignoreCode128FNC4 | bool |
