Indicates whether to enable the double pass setting when reading MRZ code.
public bool DoublePassProcessing { get; set; }
public boolean getDoublePassProcessing();
public void setDoublePassProcessing(
boolean booleanValue
);
public:
property bool DoublePassProcessing
{
bool get()
void set(bool value)
}
DoublePassProcessing # get and set (MRZCodeDetectionCommand)
true to use double pass when reading MRZ symbols, Otherwise, false. The default value is false.
If MRZ code is not detected in the first reading pass, MRZCodeDetectionCommand
tries again by performing extra internal auto preprocessing operations on the image.
Enabling this property may take extra processing and increase the detection time if the quality of the image is bad.
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