LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

EnableFastMode Property (DatamatrixBarcodeReadOptions)








Gets or sets a value indicating whether fast Datamatrix reading mode is enabled. .NET support WinRT support Silverlight support
Syntax
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Enable fast mode")]
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")]
public bool EnableFastMode {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("			Options")>
<DisplayNameAttribute("Enable fast mode")>
<DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")>
Public Property EnableFastMode As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.EnableFastMode = value
 
value = instance.EnableFastMode
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Enable fast mode")]
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")]
public bool EnableFastMode {get; set;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute()
CategoryAttribute("			Options")
DisplayNameAttribute("Enable fast mode")
DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")
 get_EnableFastMode();
set_EnableFastMode(value);
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DisplayNameAttribute("Enable fast mode")]
[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 value);
}

Property Value

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

Disabling fast mode can sometimes help recognize broken or not very clear 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features