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 > GS1DatabarStackedBarcodeReadOptions Class : EnableFastMode Property |
[DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor")] public bool EnableFastMode {get; set;}
'Declaration
<DisplayNameAttribute("Enable fast mode")> <DefaultValueAttribute()> <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 GS1DatabarStackedBarcodeReadOptions Dim value As Boolean instance.EnableFastMode = value value = instance.EnableFastMode
[DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] [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)
DisplayNameAttribute("Enable fast mode") DefaultValueAttribute() CategoryAttribute(" Options") DescriptionAttribute("Fast barcode reading (recommended). It is suitable for most barcode qualities either good or poor") <br/>get_EnableFastMode();<br/>set_EnableFastMode(value);<br/>Object.defineProperty('EnableFastMode');
[DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] [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 GS1DatabarStackedBarcodeReadOptions.