←Select platform

EnableQRPreprocessing Property

Summary

Indicates whether to enable applying auto segmentation and deep auto pre-processing to the image and then re-scanning when no barcodes of this symbology are found.

Syntax
C#
public bool EnableQRPreprocessing { get; set; } 

Property Value

true to apply auto segmentation and deep auto pre-processing to the image then re-scanning when no barcodes of this symbology are found; otherwise, false. The default value is false.

Remarks

When reading 2D barcodes, LEADTOOLS can perform internal auto preprocessing and segmentation on the image and try again if the engine cannot detect the barcode required. This may take extra processing and increase the barcode detection time.

Example

For an example, refer to QRBarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly