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 > OneDBarcodeReadOptions Class : EnableFastMode Property |
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] public bool EnableFastMode {get; set;}
'Declaration
<DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")> <CategoryAttribute(" Options")> <DisplayNameAttribute("Enable fast mode")> <DefaultValueAttribute()> 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")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] public bool EnableFastMode {get; set;}
@property (nonatomic, assign) BOOL enableFastMode
public boolean getEnableFastMode() public void setEnableFastMode(boolean value)
DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor") CategoryAttribute(" Options") DisplayNameAttribute("Enable fast mode") DefaultValueAttribute() <br/>get_EnableFastMode();<br/>set_EnableFastMode(value);<br/>Object.defineProperty('EnableFastMode');
[DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] [CategoryAttribute(" Options")] [DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] 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.