←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.