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

Glossary Item Box

Description: Determines if the start and stop characters will appear in the human readable text for the Code39 barcode.
Syntax: object.Code39StartStopChars = 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: This property affects all three Code 39 symbologies, Code39, Code39 Mod 43 and Code39 Full ASCII. You can refer to Symbologies for a description of each barcode symbology.