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

Show in webframe

EnableFastMode Property (PDF417BarcodeReadOptions)








Gets or sets a value indicating whether fast PDF417 reading mode is enabled.
Syntax
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable fast mode")]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")]
public bool EnableFastMode {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<DisplayNameAttribute("Enable fast mode")>
<CategoryAttribute("			Options")>
<DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")>
Public Property EnableFastMode As Boolean
'Usage
 
Dim instance As PDF417BarcodeReadOptions
Dim value As Boolean
 
instance.EnableFastMode = value
 
value = instance.EnableFastMode
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable fast mode")]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")]
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("Enables fast find feature when reading PDF417 symbols")
 <br/>get_EnableFastMode();<br/>set_EnableFastMode(value);<br/>Object.defineProperty('EnableFastMode'); 
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable fast mode")]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")]
public:
property bool EnableFastMode {
   bool get();
   void set (    bool value);
}

Property Value

true when fast PDF417 reading mode is enabled. Otherwise, false. The default value is false.
Remarks

Disabling fast mode can sometimes help recognize broken or not very clear PDF417 symbols.

Example

For an example, refer to PDF417BarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

PDF417BarcodeReadOptions Class
PDF417BarcodeReadOptions Members

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