←Select platform

EnableFastMode Property

Summary

Gets or sets a value that indicates whether to enable fast barcode reading.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool EnableFastMode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable fast barcode reading. Otherwise, false. The default value is true.

Remarks

It is recommended to leave fast mode reading enabled (EnableFastMode set to true). It is suitable for most barcode qualities either good or poor.

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly