←Select platform

Flags Property

Summary

Gets or sets the type of Qr barcode to search for.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Flags", IsRequired=true)] 
public ReadBarcode2DQrFlags Flags { get; set; } 
  
<DataMemberAttribute(Name="Flags", IsRequired=True)> 
Public Property Flags As Leadtools.Services.Barcode.Datacontracts.ReadBarcode2DQrFlags 
[DataMemberAttribute(Name="Flags", IsRequired=true)] 
public: 
property Leadtools.Services.Barcode.Datacontracts.ReadBarcode2DQrFlags Flags { 
   Leadtools.Services.Barcode.Datacontracts.ReadBarcode2DQrFlags get(); 
   void set (    Leadtools.Services.Barcode.Datacontracts.ReadBarcode2DQrFlags ); 
} 

Property Value

A ReadBarcode2DQrFlags enumerated value that contains the type of Qr barcode for which to search.

Remarks

You can combine values when appropriate, by using a bitwise OR ( ¦ ).

Example

For an example, Refer to Barcode1d.

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.Services.Barcode.DataContracts Assembly