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