EnableChecksum
EnableChecksum enum
Module: aspose_barcode.generation.enable_checksum
DEFAULT = 0 - If checksum is required by the specification - it will be attached. YES = 1 - Always use checksum if possible. NO = 2 -Do not use checksum.
Enum Values
| Name | Value | Description |
|---|---|---|
| DEFAULT | 0 | If checksum is required by the specification - it will be attached. |
| NO | 2 | Do not use checksum. |
| YES | 1 | Always use checksum if possible. |