←Select platform

ReadFlags Property

Summary

Gets or sets processing options.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="ReadFlags", IsRequired=true)] 
public 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 by using a bitwise OR ( ¦ ), when appropriate. Set the value to BarcodeReadFlags.None to get the default.

Example

For an example, Refer to ReadRequest.

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