Configuration class for MicroPDF417 codes. More...
Public Member Functions | |
cvb.barcode.MicroPdf417 | disable (self) |
Disables decoding. | |
cvb.barcode.MicroPdf417 | enable (self) |
Enables decoding. | |
Properties | |
is_enabled = property | |
bool: Checks if decoding is enabled. | |
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().
A more comprehensive code example demonstrating configuration in a broader context, as well as the decoding process, can be found here.
cvb.barcode.MicroPdf417 disable | ( | self | ) |
Disables decoding.
cvb.barcode.MicroPdf417 A reference to the current configuration object for method chaining.
cvb.barcode.MicroPdf417 enable | ( | self | ) |
Enables decoding.
cvb.barcode.MicroPdf417 A reference to the current configuration object for method chaining.
|
static |
bool: Checks if decoding is enabled.
True
if decoding is enabled, False
otherwise.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.