Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : EnableFastMode Property |
[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); }
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.
For an example, refer to DatamatrixBarcodeReadOptions.