InsertRejectAfter
This method inserts a reject character in the worktext after the specified position.
Syntax
InsertRejectAfter (CharPos as Long, Top as Long, Left as Long, Height as Long, [Width as Long)
Parameter | Description |
---|---|
CharPos | Reject character to insert. |
Top | Top position of the reject character in pixels. Optional parameter. The default value is 0. |
Left | Left position of the reject character in pixels. Optional parameter. The default value is 0. |
Height | Height of the reject character in pixels. Optional parameter. The default value is 0. |
Width | Width of the reject character in pixels. Optional parameter. The default value is 0. |