Barcode Xpress for .NET Core v13.9 - Updated
CheckSum Property




Accusoft.BarcodeXpressSdk Namespace > Writer Class : CheckSum Property
Gets and sets the checksum write flag for barcodes that optionally use checksums.
Syntax
'Declaration
 
Public Shadows Property CheckSum As Integer
'Usage
 
Dim instance As Writer
Dim value As Integer
 
instance.CheckSum = value
 
value = instance.CheckSum
public new int CheckSum {get; set;}
public: __property new int get_CheckSum();
public: __property new void set_CheckSum( 
   int value
);
public:
new property int CheckSum {
   int get();
   void set (    int value);
}

Property Value

A long which determines if the barcode uses a checksum.
Remarks

A value of 1 will write optional checksums, and a value of 0 will not write optional checksums.

Currently, of the supported barcode types that BarcodeXpress can write, only types Industry 2 of 5, Interleaved 2 of 5, Code 39, and Code 39 Extended allows an optional checksum. This property is ignored for other barcode types that require checksums.

Default value: 0 (False)

See Also

Reference

Writer Class
Writer Members

Is this page helpful?
Yes No
Thanks for your feedback.