Enum Checksum

Namespace TallComponents.PDF.Forms.Fields.Barcodes.Properties

Algorithm for the checksum to insert into the barcode. For some barcode types this attribute is ignored. For others all or only a subset of the following values is supported.

Fields


None
Do not insert a checksum. This is the default and is always allowed (but may be ignored).

Auto
Insert the default checksum for the barcode format. Always allowed.

OneMod10
Insert a "1 modulo 10" checksum.

TwoMod10
Insert a "2 modulo 10" checksum.

OneMod10OneMod11
Insert a "1 modulo 10" checksum followed by a "1 modulo 11" checksum.