Gets or sets a value indicating whether fast Datamatrix reading mode is enabled.
public bool EnableFastMode { get; set; }
Public Property EnableFastMode As Boolean
public bool EnableFastMode {get; set;}
@property (nonatomic, assign) BOOL enableFastMode
public boolean getEnableFastMode()
public void setEnableFastMode(boolean value)
<br/>get_EnableFastMode();<br/>set_EnableFastMode(value);<br/>Object.defineProperty('EnableFastMode');
true if fast Datamatrix reading mode is enabled. Otherwise, false. Default value is true.
Disabling fast mode can sometimes help recognition of broken or unclear DataMatrix symbols.
Fast read mode is automatically disabled when reading small symbols. In other words, the value of EnableFastMode is ignored when EnableSmallSymbols is set to true.
For an example, refer to DatamatrixBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET