LEADTOOLS Barcode (Leadtools.Barcode assembly)

EnableDoublePass Property (MicroPDF417BarcodeReadOptions)

Show in webframe







Gets or sets a value indicating whether to use double pass when reading MicroPDF417 symbols.
Syntax
[DisplayNameAttribute("Enable double pass")]
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")]
public bool EnableDoublePass {get; set;}
'Declaration
 
<DisplayNameAttribute("Enable double pass")>
<DefaultValueAttribute()>
<CategoryAttribute("			Options")>
<DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")>
Public Property EnableDoublePass As Boolean
'Usage
 
Dim instance As MicroPDF417BarcodeReadOptions
Dim value As Boolean
 
instance.EnableDoublePass = value
 
value = instance.EnableDoublePass
[DisplayNameAttribute("Enable double pass")]
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")]
public bool EnableDoublePass {get; set;}
@property (nonatomic, assign) BOOL enableDoublePass;
public boolean getEnableDoublePass()
public void setEnableDoublePass(boolean value)
            
DisplayNameAttribute("Enable double pass")
DefaultValueAttribute()
CategoryAttribute("			Options")
DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")
 
get_EnableDoublePass();
set_EnableDoublePass(value);
Object.defineProperty('EnableDoublePass');
[DisplayNameAttribute("Enable double pass")]
[DefaultValueAttribute()]
[CategoryAttribute("			Options")]
[DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")]
public:
property bool EnableDoublePass {
   bool get();
   void set (    bool value);
}

Property Value

true to use double pass when reading MicroPDF417 symbols. Otherwise, false. The default value is false.
Remarks

When reading 2D barcodes, LEADTOOLS can perform internal auto preprocessing on the image and try again if the engine cannot detect the barcode required. But this may take extra processing which will increase the barcode detection time. Hence, it is not recommended to always have it enabled except in certain situations:

Example

For an example, refer to MicroPDF417BarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

MicroPDF417BarcodeReadOptions Class
MicroPDF417BarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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