Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : EnableFastMode Property |
[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); }
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.
For an example, refer to DatamatrixBarcodeReadOptions.