InsertAfter

This method inserts a text in the worktext object after the specified index.

Syntax

InsertAfter (CharIndex as Long, value as String, [Confidence as Long = 100], [Top as Long = FALSE], [Left as Long = FALSE], [Height as Long = eFALSE], [Width as Long = FALSE])
Parameter Description
CharIndex Character index to insert.
Value String or character value to add.
Confidence Confidence of the added value.

Possible values

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

Optional parameter. The default value is 100.

Top Top position of the text in pixels.

Optional parameter. The default value is 0.

Left Left position of the text in pixels.

Optional parameter. The default value is 0.

Height Height of the text in pixels.

Optional parameter. The default value is 0.

Width Width of the text in pixels

Optional parameter. The default value is 0.