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

NameValueDescription
DEFAULT0If checksum is required by the specification - it will be attached.
NO2Do not use checksum.
YES1Always 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.