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

Glossary Item Box

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