CVB++ 15.0
Loading...
Searching...
No Matches
MicroPdf417 Class Referencefinal

Configuration class for MicroPDF417 codes. More...

#include <cvb/config.hpp>

Inherits ConfigBase< MicroPdf417 >.

Friends

class Cvb::CodeReader::Decoder
 

Additional Inherited Members

- Public Member Functions inherited from ConfigBase< MicroPdf417 >
bool Enabled () const
 Checks if decoding for the code type represented by the derived class is enabled.
 
MicroPdf417Enable ()
 Enables decoding for the code type represented by the derived class.
 
MicroPdf417Disable ()
 Disables decoding for the code type represented by the derived class.
 

Detailed Description

Configuration class for MicroPDF417 codes.

Use this class to configure decoding options for MicroPDF417 codes. To access the configuration and enable decoding MicroPDF417 codes, use the following example. For additional details on configuration, refer to the documentation for Decoder::Config().

MicroPdf417 & Enable()
Definition detail_config_base.hpp:16
static std::unique_ptr< Decoder > Create()
Creates and returns a new Decoder instance.
Definition detail_decoder.hpp:22
@ MicroPdf417
MicroPDF417.
Definition decl_config_base.hpp:102
Note
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.