Configuration class for PDF417 codes. More...
#include <cvb/config.hpp>
Inherits ConfigBase< Pdf417 >.
Friends | |
class | Cvb::CodeReader::Decoder |
Additional Inherited Members | |
![]() | |
bool | Enabled () const |
Checks if decoding for the code type represented by the derived class is enabled. | |
Pdf417 & | Enable () |
Enables decoding for the code type represented by the derived class. | |
Pdf417 & | Disable () |
Disables decoding for the code type represented by the derived class. | |
Configuration class for PDF417 codes.
Use this class to configure decoding options for PDF417 codes. To access the configuration and enable decoding PDF417 codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().