←Select platform

ReadFlags Property (ReadOption)

Summary

Gets or sets processing options.

Syntax

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

Property Value

A BarcodeReadFlags enumerated value that contains the processing options.

Remarks

Values can be combined when appropriate, by using a bitwise OR ( ¦ ). Pass BarcodeReadFlags.None to get the default.

Example

For an example, refer to Barcode1d example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.Barcode.DataContracts Assembly
Click or drag to resize