LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

ReadFlags Property (ReadOption)

Show in webframe





Gets or sets processing options.
Syntax
[DataMemberAttribute(Name="ReadFlags", IsRequired=true)]
public BarcodeReadFlags ReadFlags {get; set;}
'Declaration
 
<DataMemberAttribute(Name="ReadFlags", IsRequired=True)>
Public Property ReadFlags As BarcodeReadFlags
'Usage
 
Dim instance As ReadOption
Dim value As BarcodeReadFlags
 
instance.ReadFlags = value
 
value = instance.ReadFlags

            

            
[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.
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

See Also

Reference

ReadOption Class
ReadOption Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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