Leadtools.Services.Barcode.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ReadFlags Property
See Also 
Leadtools.Services.Barcode.DataContracts Namespace > ReadRequest Class : ReadFlags Property



Gets or sets processing options.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute(Name="ReadFlags", IsRequired=True)>
Public Property ReadFlags As BarcodeReadFlags
Visual Basic (Usage)Copy Code
Dim instance As ReadRequest
Dim value As BarcodeReadFlags
 
instance.ReadFlags = value
 
value = instance.ReadFlags
C# 
[DataMemberAttribute(Name="ReadFlags", IsRequired=true)]
public BarcodeReadFlags ReadFlags {get; set;}
C++/CLI 
[DataMemberAttribute(Name="ReadFlags", IsRequired=true)]
public:
property BarcodeReadFlags ReadFlags {
   BarcodeReadFlags get();
   void set (BarcodeReadFlags value);
}

Return Value

A BarcodeReadFlags enumerated value that contains the processing options.

Example

For an example, Refer to ReadRequest.

Remarks

Values can be combined by using a bitwise OR (|) when appropriate. Set the value to BarcodeReadFlags.None to get the default.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features