Base configuration class for composite codes.
More...
Inherits ConfigBase< T >.
Inherited by GS1DataBar14, GS1DataBarExpanded, GS1DataBarExpandedStacked, GS1DataBarLimited, GS1DataBarStacked, and UpcEanBase< 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.
|
|
T | SetEnabled (bool enabled) |
| Sets value for IsEnabled.
|
|
|
virtual bool | IsCCAEnabled [get, set] |
| Enable/disable CCA.
|
|
virtual bool | IsCCBEnabled [get, set] |
| Enable/disable CCB.
|
|
virtual bool | IsCCCEnabled [get, set] |
| Enable/disable CCC.
|
|
virtual bool | IsEnabled [get, set] |
| The enabled state of this symbology.
|
|
Decoder | Decoder [get] |
| Decoder this config belongs to.
|
|
Base configuration class for composite codes.
- Template Parameters
-
- See also
- Stemmer.Cvb.CodeReader.Config.ConfigBase<T>
This class provides configuration support for composite codes, which consist of a 1D barcode combined with an additional 2D code.The following 1D barcode types are supported for composite codes:
- EAN/UPC barcodes(EAN-8, EAN-13, UPC-A, and UPC-E)
- The GS1 DataBar code family
For configuring a composite code, refer to the specific configuration classes:
◆ SetCCAEnabled()
CompositeCodeBase< T > SetCCAEnabled |
( |
bool | enable | ) |
|
Sets value for IsCCAEnabled.
- Note
- Disabling CC-A for one derived class of CompositeCodeBase automatically disables it for all codes in the GS1 DataBar family.
- Parameters
-
enable | Value for IsCCAEnabled. |
- Returns
- Configuration.
◆ SetCCBEnabled()
CompositeCodeBase< T > SetCCBEnabled |
( |
bool | enable | ) |
|
Sets value for IsCCBEnabled.
- Note
- Disabling CC-B for one derived class of CompositeCodeBase automatically disables it for all codes in the GS1 DataBar family.
- Parameters
-
enable | Value for IsCCBEnabled. |
- Returns
- Configuration.
◆ SetCCCEnabled()
CompositeCodeBase< T > SetCCCEnabled |
( |
bool | enable | ) |
|
Sets value for IsCCCEnabled.
- Note
- Disabling CC-C for one derived class of CompositeCodeBase automatically disables it for all codes in the GS1 DataBar family.
- Parameters
-
enable | Value for IsCCCEnabled. |
- Returns
- Configuration.
◆ IsCCAEnabled
virtual bool IsCCAEnabled |
|
getset |
◆ IsCCBEnabled
virtual bool IsCCBEnabled |
|
getset |
◆ IsCCCEnabled
virtual bool IsCCCEnabled |
|
getset |