DefaultCaption Property

Indicates the default caption for the barcode.

Syntax

public char[] getDefaultCaption()
Remarks

This property is calculated based on the current barcode data. Depending on the barcode type, this property may contain additional check characaters and may not include any non-ASCII characters there were present in the barcode data; Code 39 barcodes may add a * to the beginning and end of the barcode data to form the caption.

For the barcode types that are supported currently, the default caption of the add-on portion (if any) of a barcode is the same as the barcode AddOnData. So there's no such a property called DefaultAddOnCaption.