Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

ReadFlags Property (ReadRequest)






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

Error processing SSI file
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