Gets or sets a value that indicate whether to enable fast barcode reading.
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 to enable fast barcode reading. Otherwise, false. Default value is true.
It is recommended to leave fast mode reading enabled (EnableFastMode set to true). It is suitable for most barcode qualities either good or poor.
For an example, refer to GS1DatabarStackedBarcodeReadOptions.
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