Configuration to access parameters of Ean8. More...
#include <cvb/barcode/_detail/ean8.hpp>
Inherits ReaderEanUpcConfigBase.
Static Public Member Functions | |
static std::unique_ptr< Ean8 > | FromHandle (const HandleGuard< ReaderConfig > &guard, bool &isActiveOut) |
Create object from handle. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ReaderEanUpcConfigBase | |
void | SetAppendix2Present (bool appendix2Present) |
Sets whether 2 character add-on code is present/not present. More... | |
bool | Appendix2Present () const |
Returns whether 2 character add-on code is present/not present. More... | |
void | SetAppendix5Present (bool appendix5Present) |
Sets whether 5 character add-on code present/not present. More... | |
bool | Appendix5Present () const |
Returns whether 5 character add-on code present/not present. More... | |
Public Member Functions inherited from ReaderWithQuietzoneConfigBase | |
void | SetCheckQuietzone (bool checkQuietzone) |
Sets whether to check/ignore quiet zone. More... | |
bool | CheckQuietzone () const |
Returns whether to check/ignore quiet zone. More... | |
Public Member Functions inherited from ReaderConfigBase | |
void | SetInverse (bool inverse) |
Code is inverted (white on black)/not inverted. More... | |
bool | Inverse () const |
Returns whether the code is inverted (white on black) or not. More... | |
Configuration to access parameters of Ean8.
|
inlinestatic |
Create object from handle.
[in] | guard | Handle guard to read the configuration from. |
[out] | isActiveOut | Returns the active state of the configuration in the handle. |
Any | exception derived from std::exception including CvbException. |