AppendString

This method appends one or more characters to the worktext object and makes the last character of the string to the active character. You need to specify the page, zone and line indices before using AppendImage, AppendZone and AppendLine. Methods and properties such as AppendAlternative refer to the active character.

Syntax

AppendString (Value as String, Confidence as Long, Top as Long, Left as Long, Height as Long, Width as Long)
Parameter Description
Value The string to add to the worktext, can consist of one or more characters.
Confidence Current confidence of the value.

Optional parameter. The default value is 100.

Possible values

0 to 100, where 0 means that the recognition is unconfident, and 100 means that the recognition is confident.

Top Top position of the zone in pixels.

Optional parameter. The default value is 0.

Left Left position of the zone in pixels.

Optional parameter. The default value is 0.

Height Height of the zone in pixels.

Optional parameter. The default value is 0.

Width Width of the zone in pixels

Optional parameter. The default value is 0.