ImageGear .NET - Updated
EnableCheckSum Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : EnableCheckSum Property
Gets or sets the checksum write flag for barcodes that optionally use checksums.
Syntax
'Declaration
 
Public Shadows Property EnableCheckSum As Integer
'Usage
 
Dim instance As ImGearBarcodeWriter
Dim value As Integer
 
instance.EnableCheckSum = value
 
value = instance.EnableCheckSum
public new int EnableCheckSum {get; set;}
public: __property new int get_EnableCheckSum();
public: __property new void set_EnableCheckSum( 
   int value
);
public:
new property int EnableCheckSum {
   int get();
   void set (    int value);
}

Property Value

A long which determines if the barcode uses a check sum.
Remarks

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

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

Default value: 0 (False)

See Also

Reference

ImGearBarcodeWriter Class
ImGearBarcodeWriter Members