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 > PDF417BarcodeReadOptions Class : EnableFastMode Property |
[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); }
Disabling fast mode can sometimes help recognize broken or not very clear PDF417 symbols.
For an example, refer to PDF417BarcodeReadOptions.