startChar

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.

Syntax

Reference_Syntax.startChar = "character"

Values

Type

Values

String

A valid string representing a control character.

Applies to

Version

XFA 2.1

Examples

JavaScript

Code11BarCode1.resolveNode("ui.#barcode").startChar = "*";

FormCalc

Code11BarCode1.ui.#barcode.startChar = "*"

// Ethnio survey code removed