Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : EnableFastMode Property |
[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); }
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.
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