Configuration class for Australian Post codes . More...
Inherits ConfigBase< T >.
Public Member Functions | |
| AustraliaPost | SetStripCheckCharctersEnabled (bool enable) |
| Enables or disables the removal of check characters from decoded data. | |
Public Member Functions inherited from ConfigBase< T > | |
| T | SetEnabled (bool enabled) |
| Sets value for IsEnabled. | |
Properties | |
| bool | IsStripCheckCharactersEnabled [get, set] |
| Gets or sets a value indicating whether to remove check characters. | |
Properties inherited from ConfigBase | |
| virtual bool | IsEnabled [get, set] |
| The enabled state of this symbology. | |
| Decoder | Decoder [get] |
| Decoder this config belongs to. | |
Configuration class for Australian Post codes .
For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.
| AustraliaPost SetStripCheckCharctersEnabled | ( | bool | enable | ) |
Enables or disables the removal of check characters from decoded data.
| enable | if set to true check characters will be removed. |
|
getset |
Gets or sets a value indicating whether to remove check characters.
true if remove check check characters; otherwise, false.