Specifies an optional starting
control character to add to the beginning of the barcode data.
The starChar property is ignored by the parser
if the barcode pattern does not support the specified starting control
character.
SyntaxReference_Syntax.startChar = "character"
Values
Type
|
Values
|
String
|
A valid string representing a control character.
|
JavaScriptCode11BarCode1.resolveNode("ui.#barcode").startChar = "*";
FormCalcCode11BarCode1.ui.#barcode.startChar = "*"
|
|
|