LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
ReadFlags Property
See Also 
Leadtools.Services.Barcode.DataContracts Namespace > ReadOption Class : ReadFlags Property



The ReadFlags Property is available in LEADTOOLS Document and Medical Imaging toolkits.

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 ReadOption
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);
}

Property Value

A BarcodeReadFlags enumerated value that contains the processing options.

Example

For an example, refer to Barcode1d example.

Remarks

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

Requirements

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

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