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

ReadFlags Property (ReadRequest)

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 ReadRequest
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 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

See Also

Reference

ReadRequest Class
ReadRequest 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