Gets or sets a value indicating whether to enable the double pass setting when reading Datamatrix symbols.
public bool EnableDoublePass { get; set; }
Public Property EnableDoublePass As Boolean
@property (nonatomic, assign) BOOL enableDoublePass
public boolean getEnableDoublePass()
public void setEnableDoublePass(boolean value)
true to use double pass when reading Datamatrix symbols. Otherwise, false. The default value is false.
When reading 2D barcodes, LEADTOOLS can perform internal auto preprocessing 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. Therefore, it is best to set EnableDoublePass to true only in certain situations, as follows:
The application is reading barcodes of this type exclusively (for example, a dedicated Datamatrix reader is being used). In this case, reading the barcodes is always more important than recognition speed.
The application uses barcode detection on a server. Due to network latency, the time spent on the actual barcode detection is most probably less than the time required to send the image to the server and get the results back. Thus, it makes sense to enable double pass in this situation.
The images provided have a small resolution (DPI) or are known to come from a source that does not always provide clean images (for example, a Fax machine or a Scanner). Enabling double pass here ensures that the barcodes can be read regardless of the quality of the input image.
The LEADTOOLS .NET C# and VB Barcode demos leave double pass disabled by default. If the engine tries to read a DataMatrix barcode but cannot find it, it will then ask the user if DoublePass should be enabled and reading be retried. An approach like that (or an automated one: Read. If failure, enable and read again) can also be used.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document