Configuration class for UPC-A barcodes. More...
Inherits UpcEanBase< T >.
Public Member Functions | |
Ean13 | SetConvertBooklandToISBNEnabled (bool enable) |
Enables or disabled conversion from Bookland to ISBN. | |
Ean13 | SetConvertBooklandToISSNEnabled (bool enable) |
Enables or disabled conversion from Bookland to ISSN. | |
![]() | |
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. | |
![]() | |
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. | |
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 | IsConvertBooklandToISBNEnabled [get, set] |
Gets or sets a value indicating whether conversion from Bookland to ISBN is enabled. | |
bool | IsConvertBooklandToISSNEnabled [get, set] |
Gets or sets a value indicating whether conversion from Bookland to ISSN is enabled. | |
![]() | |
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. | |
![]() | |
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. | |
Configuration class for UPC-A barcodes.
For additional details on configuration including a code example, refer to the GetConfig<T>()
method in the Decoder class.
Ean13 SetConvertBooklandToISBNEnabled | ( | bool | enable | ) |
Enables or disabled conversion from Bookland to ISBN.
enable | if set to true conversion from Bookland to ISBN is enabled. |
Ean13 SetConvertBooklandToISSNEnabled | ( | bool | enable | ) |
Enables or disabled conversion from Bookland to ISSN.
enable | if set to true conversion from Bookland to ISSN is enabled. |
|
getset |
Enable/disable CCA.
Enabling or diabling CCA will be applied for the whole GS1 DataBar family.
|
getset |
Enable/disable CCB.
Enabling or diabling CCB will be applied for the whole GS1 DataBar family.
|
getset |
Enable/disable CCC.
Enabling or diabling CCC will be applied for the whole GS1 DataBar family.
|
getset |
Gets or sets a value indicating whether conversion from Bookland to ISBN is enabled.
true
if conversion from Bookland to ISBN is enabled; otherwise, false
.
|
getset |
Gets or sets a value indicating whether conversion from Bookland to ISSN is enabled.
true
if conversion from Bookland to ISSN is enabled; otherwise, false
.