Show an illustration
Show an illustration
On this picture, for the letter o set SmallCharsHeight and BaseLine to the same value equal to the letter height. For the letter ý, SmallCharsHeight will be the same as for o, and BaseLine is the distance from the top of the letter rectangle to the base line, as shown.

Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| BaseLine | int | Contains the distance, in pixels, from the base line to the top edge of the cropped image of the character. The base line is the line on which the characters are located. The top edge of the image is determined by the character orientation. By default, the value of this property is 0, but you must specify the correct value of this property. |
| SmallCharsHeight | int | Specifies the height of small characters in pixels on the source image. By default, the value of this property is 0, but you must specify the correct value of this property. |
Methods
| Name | Description |
|---|---|
| SetBitmapBits <Note> Windows only. </Note> | Sets the training image data from the buffer in memory. The image should be isotropic (that is its horizontal resolution should equal the vertical one), black-and-white with 1 bit per pixel encoding. |
| SetImageData | Sets the training image data from the region of an image document. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the following methods:- CreateTrainingImage method of the Engine object
- Item method of the TrainingImagesCollection object
