EnableChecksum
Contents
[
Hide
]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. |
EnableChecksum.DEFAULT
Type: int
Value: 0
If checksum is required by the specification - it will be attached.
EnableChecksum.NO
Type: int
Value: 2
Do not use checksum.
EnableChecksum.YES
Type: int
Value: 1
Always use checksum if possible.