activePDF Toolkit 2011 API Reference
I2of5OptionalCheckDigit
Technical Reference > Barcode Object > Barcode Properties > I2of5OptionalCheckDigit

Glossary Item Box

Description: Instructs Toolkit to calculate and append a checkdigit when generating an Interleaved 2 of 5 barcode.
Syntax: object.I2of5OptionalCheckDigit = value
Arguments: Argument Value Type Description & Settings
object N/A Set to an instance of the object.
Value Variant_Bool False = No check digit is included. (Default)

True = A check digit is calculated using the modulo 10 method and appended to the encoded data.
Remarks: For details on using the checkdigit, you can refer to Symbologies for a description of each barcode symbology.