PaintZoomFactor property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

float PaintZoomFactor(short iPageIndex)

Overview

Refer to Drawing Pages and Zones

Remarks

Gets or sets the zoom factor used to draw the specified OCR page.

The values for this property represent a zoom factor. A value of 100 represents a normal display; a value of 200 represents a 2X display; a value of 50 represents a 1/2X display; etc.

The page specified in iPageIndex may or may not have zones. If the page has zones, the zones will be drawn using the zoom factor too.

To draw the specified page, using the zoom factor, call the DrawPage method.

See Also

Elements:

DrawPage method, UpdatePage method, ActivePageIndex property, SelectZoneByPoint method, SelectZone method, RemoveSelectedZone method, SetZonePen method, SetSelectedZonePen method, SelectedZone property, UpdateZoneArea method.