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