←Select platform

EnableFastMode Property (PDF417BarcodeReadOptions)

Summary

Gets or sets a value indicating whether fast PDF417 reading mode is enabled.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[DisplayNameAttribute("Enable fast mode")] 
[CategoryAttribute("            Options")] 
[DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")] 
public bool EnableFastMode {get; set;} 
<DefaultValueAttribute()> 
<DisplayNameAttribute("Enable fast mode")> 
<CategoryAttribute("         Options")> 
<DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")> 
Public Property EnableFastMode As Boolean 
[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") 
  
get_EnableFastMode(); 
set_EnableFastMode(value); 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize