Configuration for Dot Codes. More...
Inherits ConfigBase< T >.
Public Member Functions | |
| DotCode | SetPolarity (Polarity polarity) |
| Sets value for Polarity. | |
| DotCode | SetMirrorDecodingEnabled (bool enable) |
| Enables or disables mirrored decoding. | |
Public Member Functions inherited from ConfigBase< T > | |
| T | SetEnabled (bool enabled) |
| Sets value for IsEnabled. | |
Properties | |
| Polarity | Polarity [get, set] |
| Polarity. | |
| bool | IsMirrorDecodingEnabled [get, set] |
| Enable/disable mirror image decoding. | |
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 Dot Codes.
For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.
| DotCode SetMirrorDecodingEnabled | ( | bool | enable | ) |
Enables or disables mirrored decoding.
| enable | if set to true mirrored decoding is enabled. |
|
getset |
Enable/disable mirror image decoding.
When enabled, both normal and mirror images will be decoded.