Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

EnableFastMode Property (GS1DatabarStackedBarcodeReadOptions)








Gets or sets a value that indicate whether to enable fast barcode reading.
Syntax
[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);
}

Property Value

true to enable fast barcode reading. Otherwise, false. Default value is true.
Remarks

It is recommended to leave fast mode reading enabled (EnableFastMode set to true). It is suitable for most barcode qualities either good or poor.

Example

For an example, refer to GS1DatabarStackedBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

GS1DatabarStackedBarcodeReadOptions Class
GS1DatabarStackedBarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features