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

Configuration class for PDF417 codes. More...

#include <cvb/config.hpp>

Inherits ConfigBase< Pdf417 >.

Friends

class Cvb::CodeReader::Decoder
 

Additional Inherited Members

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

Detailed Description

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().

Pdf417 & 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
@ Pdf417
PDF417.
Definition decl_config_base.hpp:97
Note
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.