Leadtools.Barcode Namespace > PDF417BarcodeReadOptions Class : EnableFastMode Property |
[CategoryAttribute(" Options")] [DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] [DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")] public bool EnableFastMode {get; set;}
'Declaration <CategoryAttribute(" Options")> <DisplayNameAttribute("Enable fast mode")> <DefaultValueAttribute()> <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
[CategoryAttribute(" Options")] [DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] [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)
CategoryAttribute(" Options") DisplayNameAttribute("Enable fast mode") DefaultValueAttribute() DescriptionAttribute("Enables fast find feature when reading PDF417 symbols")
get_EnableFastMode();
set_EnableFastMode(value);
Object.defineProperty('EnableFastMode');
[CategoryAttribute(" Options")] [DisplayNameAttribute("Enable fast mode")] [DefaultValueAttribute()] [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.