←Select platform

Flags Property

Summary

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

Syntax

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

Property Value

A ReadBarcode1dPostFlags enumerated value that contains the type of post 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