Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : EnableFastMode Property |
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] [DefaultValueAttribute()] [DisplayNameAttribute("Enable fast mode")] [CategoryAttribute(" Options")] public bool EnableFastMode {get; set;}
'Declaration <DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")> <DefaultValueAttribute()> <DisplayNameAttribute("Enable fast mode")> <CategoryAttribute(" Options")> Public Property EnableFastMode As Boolean
'Usage Dim instance As OneDBarcodeReadOptions Dim value As Boolean instance.EnableFastMode = value value = instance.EnableFastMode
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] [DefaultValueAttribute()] [DisplayNameAttribute("Enable fast mode")] [CategoryAttribute(" Options")] public bool EnableFastMode {get; set;}
ObjectiveC Syntax
Java Syntax
DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor") DefaultValueAttribute() DisplayNameAttribute("Enable fast mode") CategoryAttribute(" Options") get_EnableFastMode();
set_EnableFastMode(value);
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] [DefaultValueAttribute()] [DisplayNameAttribute("Enable fast mode")] [CategoryAttribute(" Options")] public: property bool EnableFastMode { bool get(); void set ( bool value); }
It is recommended to leave fast mode reading enabled (EnableFastMode set to true). It is suitable for most barcode qualities either good or poor.
For an example, refer to OneDBarcodeReadOptions.
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