Configuration for Code93 barcodes. More...
Inherits ConfigBase< T >.
Public Member Functions | |
| Code93 | SetMinimumLength (int length) |
| Sets value for MinimumLength. | |
| Code93 | SetMaximumLength (int length) |
| Sets value for MaximumLength. | |
Public Member Functions inherited from ConfigBase< T > | |
| T | SetEnabled (bool enabled) |
| Sets value for IsEnabled. | |
Properties | |
| int | MinimumLength [get, set] |
| Minimum data length. | |
| int | MaximumLength [get, set] |
| Maximum data length. | |
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 Code93 barcodes.
For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.
| Code93 SetMaximumLength | ( | int | length | ) |
Sets value for MaximumLength.
The default value is 0 for no checking.
| length | Number of characters of the longest decoded string (between 0 and 120). |
| Code93 SetMinimumLength | ( | int | length | ) |
Sets value for MinimumLength.
| length | Number of characters of the shortest decoded string. |