ClearImage .NET API
FourState Property





Inlite.ClearImageNet Namespace > BarcodeReader Class : FourState Property
Enables/disables reading of 4-State barcodes: USPS Intelligent Mail, British Postcode, Australian Postcode
Syntax
'Declaration
 
Public Property FourState As System.Boolean
'Usage
 
Dim instance As BarcodeReader
Dim value As System.Boolean
 
instance.FourState = value
 
value = instance.FourState
public System.bool FourState {get; set;}
public read-write property FourState: System.Boolean; 
public function get,set FourState : System.boolean
public:
property System.bool FourState {
   System.bool get();
   void set (    System.bool value);
}
See Also

Reference

BarcodeReader Class
BarcodeReader Members