optionalCheckSum Property (WebBarcodeWriteRequestParams)
Gets or sets a value indicating whether the barcode writer calculates an optional checksum.
'Declaration
Public Property optionalCheckSum As Boolean
public bool optionalCheckSum { get; set; }
public: __property bool get_optionalCheckSum();
public: __property void set_optionalCheckSum(
bool
);
public:
property bool optionalCheckSum {
bool get();
void set(bool );
}
Property Value
False - optional checksum will not be calculated; true - optional checksum will be calculated.
Default value is false.
The following barcode symbologies have optional checksum:
- Code 39
- Industrial Standard 2 of 5
- Interleaved 2 of 5
We recommend use checksum!
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5