Configuration class for EAN8 barcodes. More...
Inherits UpcEanBase< T >.
Public Member Functions | |
| Ean8 | SetConversionToEAN13Enabled (bool enable) |
| Enables or disables conversion to EAN13. | |
Public Member Functions inherited from UpcEanBase< T > | |
| T | SetSupplemental (SupplementalCode supplement, bool required=false, bool addSpace=true) |
| Configures supplemental code decoding. | |
| SupplementalCode | GetSupplemental () |
| Retrieves the current configuration of the supplemental code decoding. | |
| T | SetStripCheckDigitEnabled (bool enabled) |
| Sets the strip check digit enable. | |
Public Member Functions inherited from CompositeCodeBase< T > | |
| CompositeCodeBase< T > | SetCCAEnabled (bool enable) |
| Sets value for IsCCAEnabled. | |
| CompositeCodeBase< T > | SetCCBEnabled (bool enable) |
| Sets value for IsCCBEnabled. | |
| CompositeCodeBase< T > | SetCCCEnabled (bool enable) |
| Sets value for IsCCCEnabled. | |
Public Member Functions inherited from ConfigBase< T > | |
| T | SetEnabled (bool enabled) |
| Sets value for IsEnabled. | |
Properties | |
| override bool | IsCCAEnabled [get, set] |
| Enable/disable CCA. | |
| override bool | IsCCBEnabled [get, set] |
| Enable/disable CCB. | |
| override bool | IsCCCEnabled [get, set] |
| Enable/disable CCC. | |
| bool | IsConvertToEAN13Enabled [get, set] |
| Gets or sets a value indicating whether conversion to EAN13 is enabled. | |
Properties inherited from UpcEanBase< T > | |
| bool | IsStripCheckDigitEnabled [get, set] |
| Gets or sets a value indicating whether the strip check digit is enabled. | |
| bool | IsAddSpaceEnabled [get, set] |
| Gets or sets a value indicating whether add space is enabled. | |
| bool | IsSupplementalRequiredEnabled [get, set] |
| Gets or sets a value indicating whether a supplemental code is required. | |
| SupplementalCode | SupplementalCode [get, set] |
| Gets or sets the supplemental code. | |
Properties inherited from CompositeCodeBase< T > | |
| virtual bool | IsCCAEnabled [get, set] |
| Enable/disable CCA. | |
| virtual bool | IsCCBEnabled [get, set] |
| Enable/disable CCB. | |
| virtual bool | IsCCCEnabled [get, set] |
| Enable/disable CCC. | |
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 EAN8 barcodes.
For additional details on configuration including a code example, refer to the GetConfig<T>() method in the Decoder class.
| Ean8 SetConversionToEAN13Enabled | ( | bool | enable | ) |
Enables or disables conversion to EAN13.
| enable | if set to true conversion to EAN13 is enabled. |
|
getset |
Enable/disable CCA.
|
getset |
Enable/disable CCB.
|
getset |
Enable/disable CCC.
|
getset |
Gets or sets a value indicating whether conversion to EAN13 is enabled.
true if conversion to EAN13 is enbabled; otherwise, false.