LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

EnableDoublePass Property (DatamatrixBarcodeReadOptions)








Gets or sets a value indicating whether to enable the double pass setting when reading Datamatrix symbols. .NET support WinRT support Silverlight support
Syntax
[DefaultValueAttribute()]
[DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")]
[DisplayNameAttribute("Enable double pass")]
[CategoryAttribute("			Options")]
public bool EnableDoublePass {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")>
<DisplayNameAttribute("Enable double pass")>
<CategoryAttribute("			Options")>
Public Property EnableDoublePass As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.EnableDoublePass = value
 
value = instance.EnableDoublePass
[DefaultValueAttribute()]
[DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")]
[DisplayNameAttribute("Enable double pass")]
[CategoryAttribute("			Options")]
public bool EnableDoublePass {get; set;}
ObjectiveC Syntax
Java Syntax
DefaultValueAttribute()
DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")
DisplayNameAttribute("Enable double pass")
CategoryAttribute("			Options")
 get_EnableDoublePass();
set_EnableDoublePass(value);
[DefaultValueAttribute()]
[DescriptionAttribute("If no barcodes of this symbology is found, auto pre-process the image and then re-scan")]
[DisplayNameAttribute("Enable double pass")]
[CategoryAttribute("			Options")]
public:
property bool EnableDoublePass {
   bool get();
   void set (    bool value);
}

Property Value

true to use double pass when reading Datamatrix symbols. Otherwise, false. 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. This may take extra processing and increase the barcode detection time. Therefore, it is not recommended to always have EnableDoublePass enabled except in certain situations:

Example

For an example, refer to DatamatrixBarcodeReadOptions.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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