PaintZoomFactor property (ILEADRasterDocument)
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