Gets or sets the checksum write flag for barcodes that optionally use checksums.
Syntax
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);
}
'Declaration
Public Shadows Property EnableCheckSum As Integer
'Usage
Dim instance As ImGearBarcodeWriter
Dim value As Integer
instance.EnableCheckSum = value
value = instance.EnableCheckSum
Property Value
A long which determines if the barcode uses a check sum.
See Also