Gets or sets a value indicating whether the barcode should contain a
checksum for validation purposes during the scanning process or not.
Namespace:
Telerik.Reporting
Assembly:
Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| C# |
|---|
public bool Checksum { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Checksum As Boolean |
Field Value
true if the barcode should contain a checksum for validation
purposes during the scanning process, otherwise false.
See Also