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.