←Select platform

EnableDoublePassIfSuccess Property

Summary

Gets or sets a value indicating whether to enable the double pass if success setting when reading Datamatrix symbols.

Syntax

C#
VB
Java
Objective-C
C++
public bool EnableDoublePassIfSuccess { get; set; } 
Public Property EnableDoublePassIfSuccess As Boolean 
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess 
public boolean getEnableDoublePassIfSuccess() 
public void setEnableDoublePassIfSuccess(boolean value) 
             
public: 
property bool EnableDoublePassIfSuccess { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly