You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvRenderPreview. ZoomOut method |
Top Previous Next |
Declaration procedure ZoomOut;
Category
Description This method will subtract ZoomInc from the current ZoomFactor and will make the image smaller on the screen. If an OnZoomChange event handler is defined, then that event handler will be called and is responsible for redrawing the page, otherwise the page is redrawn.
See also TRvRenderPreview Class, ZoomIn, ZoomInc, ZoomFactor, OnZoomChange
Example (Delphi) RvRenderPreview1.ZoomOut;
Example (C++Builder) RvRenderPreview1->ZoomOut(); |
You are reading help file online using chmlib.com
|