UseAutoCorrection

BarcodeSettings.UseAutoCorrection 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.

public bool UseAutoCorrection { get; set; }

Remarks

The auto-correction is not possible for Databar barcodes.

See Also