Caption Property

Specifies the display text for the barcode.

Syntax

public char[] getCaption()
public void setCaption(String caption)
public void setCaption(char caption[])

Parameters

caption

Specifies the display text for the barcode.

Remarks

When this property is not set, the display text is DefaultCaption, which is derived from the Data property.