AppendAlternative
This method appends one or more alternative characters to the active character. The active character is the last one added to the worktext object.
Syntax
Note: A string longer than one character added to a worktext object using the AppendString method or the Text property makes the last character of the
string to the active character.
AppendAlternative (Value as String, Confidence as Long, Top as Long, Left as Long, Height as Long, Width as Long)
Parameter | Description |
---|---|
Value | Alternative characters. |
Confidence | Confidence of the alternative characters.
Optional parameter. The default value is 100. |
Top | Top position of the alternative characters.
Optional parameter. The default value is 0. |
Left | Left position of the alternative characters.
Optional parameter. The default value is 0. |
Height | Height of the alternative characters.
Optional parameter. The default value is 0. |
Width | Width of the alternative characters.
Optional parameter. The default value is 0. |