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

Show in webframe

EnableDoublePassIfSuccess Property (DatamatrixBarcodeReadOptions)








Gets or sets a value indicating whether to enable the double pass if success setting when reading Datamatrix symbols.
Syntax
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable double pass if success")]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")]
public bool EnableDoublePassIfSuccess {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<DisplayNameAttribute("Enable double pass if success")>
<CategoryAttribute("			Options")>
<DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")>
Public Property EnableDoublePassIfSuccess As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.EnableDoublePassIfSuccess = value
 
value = instance.EnableDoublePassIfSuccess
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable double pass if success")]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")]
public bool EnableDoublePassIfSuccess {get; set;}
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess
public boolean getEnableDoublePassIfSuccess()
public void setEnableDoublePassIfSuccess(boolean value)
            
DefaultValueAttribute()
DisplayNameAttribute("Enable double pass if success")
CategoryAttribute("			Options")
DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")
 <br/>get_EnableDoublePassIfSuccess();<br/>set_EnableDoublePassIfSuccess(value);<br/>Object.defineProperty('EnableDoublePassIfSuccess'); 
[DefaultValueAttribute()]
[DisplayNameAttribute("Enable double pass if success")]
[CategoryAttribute("			Options")]
[DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")]
public:
property bool EnableDoublePassIfSuccess {
   bool get();
   void set (    bool value);
}

Property Value

true to use double pass when reading Datamatrix symbols (regardless of the result of the first pass). 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 DatamatrixBarcodeReadOptions.
Requirements

Target Platforms

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

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