BarcodeUtilDisplayChecksum Property 
             | 
          
        
         
            Gets or sets whether the checksum value should be displayed after the value to encode in the barcode image.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxbool DisplayChecksum { get; set; }Property DisplayChecksum As Boolean
	Get
	Set
property bool DisplayChecksum {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also