LEADTOOLS Barcode (Leadtools.Barcode assembly)

EnableFastMode Property (DatamatrixBarcodeReadOptions)

Show in webframe







Gets or sets a value indicating whether fast Datamatrix reading mode is enabled.
Syntax
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")]
[DisplayNameAttribute("Enable fast mode")]
public bool EnableFastMode {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("			Options")>
<DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")>
<DisplayNameAttribute("Enable fast mode")>
Public Property EnableFastMode As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.EnableFastMode = value
 
value = instance.EnableFastMode
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")]
[DisplayNameAttribute("Enable fast mode")]
public bool EnableFastMode {get; set;}
@property (nonatomic, assign) BOOL enableFastMode;
public boolean getEnableFastMode()
public void setEnableFastMode(boolean value)
            
DefaultValueAttribute()
CategoryAttribute("			Options")
DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")
DisplayNameAttribute("Enable fast mode")
 
get_EnableFastMode();
set_EnableFastMode(value);
Object.defineProperty('EnableFastMode');
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")]
[DisplayNameAttribute("Enable fast mode")]
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

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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