use_auto_correction property

use_auto_correction property

Gets or sets a value indicating whether an invalid barcode value should be corrected automatically (if possible) to fit the barcode’s specification or an exception should be thrown to indicate the error. The default value is true.

Remarks

The auto-correction is not possible for Databar barcodes.

Definition:

@property
def use_auto_correction(self):
    ...
@use_auto_correction.setter
def use_auto_correction(self, value):
    ...

See Also