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

Glossary Item Box

Description: Determines if a checkdigit will be appended to your generated Code39 barcode.
Syntax: object.Code39OptionalCheckDigit = 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 43 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.