AutomaticRecognition Property (ReaderSettings)
Gets or sets a value indicating whether the barcode reader enables the special automatic recognition mode.
Property Value
false - the special automatic recognition mode is disabled; true - the special automatic recognition mode is enabled. Default value is true.
Special automatic recognition mode is combination of some recognition algorithms and gives the best quality of recognition and it should be used for reading of barcodes with bad quality only.
Correct number of expected barcodes is very important because recognition will be stopped when expected number of barcodes is found.
Important: This mode does not have stable speed like the manual mode. Speed of recognition in this mode will be from T to 12*T, where T is speed of recognition in the manual mode with automatic threshold. 12*T is the bad case when the expected number of barcodes is not reached.
ThresholdIterations, ThresholdMode and Threshold properties are ignored if value of this property is set to true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5