ClearImage .NET API
ValidateOptChecksum Property (CiBarcodePro)





Inlite.ClearImage Namespace > CiBarcodePro Class : ValidateOptChecksum Property
Enable validation of optional checksum
Syntax
'Declaration
 
Public Property ValidateOptChecksum As System.Boolean
'Usage
 
Dim instance As CiBarcodePro
Dim value As System.Boolean
 
instance.ValidateOptChecksum = value
 
value = instance.ValidateOptChecksum
public System.bool ValidateOptChecksum {get; set;}
public read-write property ValidateOptChecksum: System.Boolean; 
public function get,set ValidateOptChecksum : System.boolean
public:
property System.bool ValidateOptChecksum {
   System.bool get();
   void set (    System.bool value);
}
Remarks
For Code 39 and Interleaved 2 of 5 barcodes, this property, when set to true, requires verification of the checksum, according to the standard specifications of each symbology.    The default value is false because, in practice, checksums are seldom used with these codes.  For other symbologies the value of this property is ignored because their checksums are either nonexistent or mandatory.
See Also

Reference

CiBarcodePro Class
CiBarcodePro Members