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

Show in webframe

EnableDoublePassIfSuccess Property (MicroPDF417BarcodeReadOptions)








Gets or sets a value indicating whether to enable the double pass if success setting when reading MicroPDF417 symbols.
Syntax
[DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable double pass if success")]
[CategoryAttribute("			Options")]
public bool EnableDoublePassIfSuccess {get; set;}
'Declaration
 
<DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Enable double pass if success")>
<CategoryAttribute("			Options")>
Public Property EnableDoublePassIfSuccess As Boolean
'Usage
 
Dim instance As MicroPDF417BarcodeReadOptions
Dim value As Boolean
 
instance.EnableDoublePassIfSuccess = value
 
value = instance.EnableDoublePassIfSuccess
[DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable double pass if success")]
[CategoryAttribute("			Options")]
public bool EnableDoublePassIfSuccess {get; set;}
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess
public boolean getEnableDoublePassIfSuccess()
public void setEnableDoublePassIfSuccess(boolean value)
            
DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")
DefaultValueAttribute()
DisplayNameAttribute("Enable double pass if success")
CategoryAttribute("			Options")
 <br/>get_EnableDoublePassIfSuccess();<br/>set_EnableDoublePassIfSuccess(value);<br/>Object.defineProperty('EnableDoublePassIfSuccess'); 
[DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")]
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable double pass if success")]
[CategoryAttribute("			Options")]
public:
property bool EnableDoublePassIfSuccess {
   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
Performs the same job as EnableDoublePass except the second pass is mandatory, regardless of whether the required barcode was detected the first time.
Example
For an example, refer to MicroPDF417BarcodeReadOptions.
Requirements

Target Platforms

See Also

Reference

MicroPDF417BarcodeReadOptions Class
MicroPDF417BarcodeReadOptions Members

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