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