1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. BarcodeOptions class
  8. /
  9. allow_incorrect_barcodes property

allow_incorrect_barcodes property

allow_incorrect_barcodes property

Gets the value that indicates whether the incorrect barcodes are allowed.

Definition:

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

See Also