QualitySettingsAllowOneDWipedBarsRestoration Property |
Allows engine for 1D barcodes to recognize barcodes with single wiped/glued bars in pattern.
Namespace:
Aspose.BarCode.BarCodeRecognition
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic bool AllowOneDWipedBarsRestoration { get; set; }Public Property AllowOneDWipedBarsRestoration As Boolean
Get
Set
public:
property bool AllowOneDWipedBarsRestoration {
bool get ();
void set (bool value);
}member AllowOneDWipedBarsRestoration : bool with get, set
Property Value
Type:
Boolean
Allows engine for 1D barcodes to recognize barcodes with single wiped/glued bars in pattern.
See Also