←Select platform

EnableFastMode Property (DatamatrixBarcodeReadOptions)

Summary

Gets or sets a value indicating whether fast Datamatrix reading mode is enabled.

Syntax

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

Property Value

true if fast Datamatrix reading mode is enabled. Otherwise, false. Default value is true.

Remarks

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.

Example

For an example, refer to DatamatrixBarcodeReadOptions.

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