Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

EnableDoublePass Property (PDF417BarcodeReadOptions)








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

Property Value

true to use double pass when reading PDF417 symbols. Otherwise, false. Default value is false.
Remarks

When reading 2D barcodes, LEADTOOLS can perform internal auto pre-processing on the image and try again if the engine cannot detect the required barcode. This may take extra processing and increase the barcode detection time. Therefore, it is best to set EnableDoublePass to true only in certain situations, as follows:

Example

For an example, refer to PDF417BarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

PDF417BarcodeReadOptions Class
PDF417BarcodeReadOptions Members

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