Configuration for Code11 barcodes. More...
Inherits ConfigBase< T >.
Public Types | |
| enum | Code11ChecksumCheck { Disabled = 0 , Enabled1Digit = 1 , Enabled2Digit = 2 } |
| Possible values for ChecksumCheck. More... | |
Public Member Functions | |
| Code11 | SetChecksumCheck (Code11ChecksumCheck checksumCheck) |
| Sets value for ChecksumCheck. | |
| Code11 | SetChecksumStrippingEnabled (bool enable) |
| Sets value for IsChecksumStrippingEnabled. | |
Public Member Functions inherited from ConfigBase< T > | |
| T | SetEnabled (bool enabled) |
| Sets value for IsEnabled. | |
Properties | |
| Code11ChecksumCheck | ChecksumCheck [get, set] |
| Enable/disable checksum checking. | |
| bool | IsChecksumStrippingEnabled [get, set] |
| Enable/disable stripping checksum character(s). | |
Properties inherited from ConfigBase | |
| virtual bool | IsEnabled [get, set] |
| The enabled state of this symbology. | |
| Decoder | Decoder [get] |
| Decoder this config belongs to. | |
Configuration for Code11 barcodes.
For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.
| enum Code11ChecksumCheck |
Possible values for ChecksumCheck.
| Enumerator | |
|---|---|
| Disabled | Checksum checking disabled. |
| Enabled1Digit | 1-digit checksum checking enabled. |
| Enabled2Digit | 2-digit checksum checking enabled. |
| Code11 SetChecksumCheck | ( | Code11ChecksumCheck | checksumCheck | ) |
Sets value for ChecksumCheck.
| checksumCheck | Value for ChecksumCheck. |
| Code11 SetChecksumStrippingEnabled | ( | bool | enable | ) |
Sets value for IsChecksumStrippingEnabled.
| enable | Value for IsChecksumStrippingEnabled. |