You are here: Start » AVL.NET » CodabarParameters Class
CodabarParameters Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Datamatrix codes detection settings.
Constructors
| Constructor | Description | |
|---|---|---|
| CodabarParameters(Nullable<BarcodeLength>, BarcodeSecurityLevel, BarcodeStartStopCharacters, CodabarStripMode, Boolean, Boolean) | ||
| CodabarParameters() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| CodabarStripMode | AvlNet.CodabarStripMode | Codabar strip mode | |
| Length | System.Nullable<AvlNet.BarcodeLength> | Limits codabar length | |
| Mod16CheckDigitVerification | System.Boolean | Mod 16 check digit verification | |
| SecurityLevel | AvlNet.BarcodeSecurityLevel | Security level | |
| StartStopCharacters | AvlNet.BarcodeStartStopCharacters | Select whether to detect upper case or lower case Codabar start/stop characters | |
| TransmitCodabarCheckDigit | System.Boolean | Transmit codabar check digit |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.CodabarParameters) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.CodabarParameters, AvlNet.CodabarParameters) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
