←Select platform

Flags Property

Summary

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

Syntax

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

Property Value

A ReadBarcode2DPdf417Flags enumerated value that contains the type of Pdf417 barcode for which to search.

Remarks

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