Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

EnableFastMode Property (DatamatrixBarcodeReadOptions)








Gets or sets a value indicating whether fast Datamatrix reading mode is enabled.
Syntax
[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;}
'Declaration
 
<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
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.EnableFastMode = value
 
value = instance.EnableFastMode
[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()
 <br/>get_EnableFastMode();<br/>set_EnableFastMode(value);<br/>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 value);
}

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

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

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