←Select platform

EnableFastMode Property

Summary
Gets or sets a value indicating whether fast PDF417 reading mode is enabled.
Syntax
C#
VB
Objective-C
C++
Java
public bool EnableFastMode { get; set; } 
Public Property EnableFastMode As Boolean 
@property (nonatomic, assign) BOOL enableFastMode 
public boolean getEnableFastMode() 
public void setEnableFastMode(boolean value) 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.