Matrix2of5OptionsBuilder.WithCalculateChecksum(Boolean) Method
Specifies whether a check character should be calculated and added to the barcode data. Returns the builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| calculate | Boolean |
|
Returns
| Type | Description |
|---|---|
| Matrix2of5OptionsBuilder | The current Matrix2of5OptionsBuilder instance for method chaining. |
See Also