←Select platform

EnableFastMode Property (GS1DatabarStackedBarcodeReadOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Enable fast mode")] 
[DefaultValueAttribute()] 
[CategoryAttribute("            Options")] 
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] 
public bool EnableFastMode {get; set;} 
<DisplayNameAttribute("Enable fast mode")> 
<DefaultValueAttribute()> 
<CategoryAttribute("         Options")> 
<DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")> 
Public Property EnableFastMode As Boolean 
[DisplayNameAttribute("Enable fast mode")] 
[DefaultValueAttribute()] 
[CategoryAttribute("            Options")] 
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] 
public bool EnableFastMode {get; set;} 
@property (nonatomic, assign) BOOL enableFastMode 
public boolean getEnableFastMode() 
public void setEnableFastMode(boolean value) 
             
DisplayNameAttribute("Enable fast mode") 
DefaultValueAttribute() 
CategoryAttribute("         Options") 
DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor") 
  
get_EnableFastMode(); 
set_EnableFastMode(value); 
Object.defineProperty('EnableFastMode');  
[DisplayNameAttribute("Enable fast mode")] 
[DefaultValueAttribute()] 
[CategoryAttribute("            Options")] 
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] 
public: 
property bool EnableFastMode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable fast barcode reading. Otherwise, false. 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 GS1DatabarStackedBarcodeReadOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize