AddOnCaption Property

Determines the text to be displayed with the add-on part of the barcode; will override the default text which is the same as AddOnData.

Syntax

public char[] getAddOnCaption()
public void setAddOnCaption(String addOnCaption)
public void setAddOnCaption(char addOnCaption[])

Parameters

addOnCaption

The display text for the barcode add-on.

Remarks

When this property is set, its value will be displayed with the barcode in lieu of AddOnData.