Specifies an optional ending
control character to append to barcode data.
The endChar property is ignored by the parser
if the barcode pattern does not support the specified control character.
SyntaxReference_Syntax.endChar = "character"
Values
Type
|
Values
|
String
|
A valid control character.
|
JavaScriptCode11BarCode1.resolveNode("ui.#barcode").endChar = "*";
FormCalcCode11BarCode1.ui.#barcode.endChar = "*"
|
|
|