←Select platform

EnableQRDoublePass Property

Summary

Indicates whether to enable the double pass setting when reading QR symbols.

Syntax
C#
VB
C++
public bool EnableQRDoublePass { get; set; } 
Public Property EnableQRDoublePass() As Boolean 
   Get 
   Set 
public:  
   property bool EnableQRDoublePass 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use double pass when reading QR symbols. Otherwise, false. The default value is false.

Example

For an example, refer to QRBarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly