AppendReject

This method appends a rejected character to the current worktext.

A reject is a symbol that a recognition engine could not recognize.

You need to specify the page, zone and line indices before by using AppendImage, AppendZone and AppendLine.

Syntax

AppendReject (Top as Long, Left as Long, Height as Long, Width as Long)
Parameter Description
Top Top position of the reject in pixels.

Optional parameter. The default value is 0.

Left Left position of the reject in pixels.

Optional parameter. The default value is 0.

Height Height of the reject in pixels.

Optional parameter. The default value is 0.

Width Width of the reject in pixels.

Optional parameter. The default value is 0.