Enables/disables reading of Interleaved 2 of 5 barcodes with checksum.
Syntax
'Declaration
Public Property Interleaved2of5checksum As System.Boolean
'Usage
Dim instance As BarcodeReader
Dim value As System.Boolean
instance.Interleaved2of5checksum = value
value = instance.Interleaved2of5checksum
public System.bool Interleaved2of5checksum {get; set;}
public read-write property Interleaved2of5checksum: System.Boolean;
public function get,set Interleaved2of5checksum : System.boolean
public:
property System.bool Interleaved2of5checksum {
System.bool get();
void set ( System.bool value);
}
See Also