Base class for all symbology configurations.
More...
Inherits ConfigBase.
Inherited by AustraliaPost, Code11, Code128, Code32, Code39, Code93, CompositeCodeBase< T >, DataMatrix, DotCode, DutchPost, Interleaved2of5, MicroPdf417, MicroQR, Pdf417, Pharmacode, QR, RoyalMail, and UspsIntelligentMail.
|
T | SetEnabled (bool enabled) |
| Sets value for IsEnabled.
|
|
|
virtual bool | IsEnabled [get, set] |
| The enabled state of this symbology.
|
|
Decoder | Decoder [get] |
| Decoder this config belongs to.
|
|
Base class for all symbology configurations.
- Template Parameters
-
T | Type of the concrete symbology configuration. |
◆ SetEnabled()
T SetEnabled |
( |
bool | enabled | ) |
|
Sets value for IsEnabled.
- Parameters
-
enabled | Value for IsEnabled. |
- Returns
- Configuration.