| << Click to display table of contents >> TCustomRVPrintPreview.ZoomMode | 
Scaling mode
type // defined in RVStyle unit
TRVZoomMode = (rvzmFullPage, rvzmPageWidth, rvzmCustom);
property ZoomMode : TRVZoomMode;
Assigning value to this property has an immediate effect.
| Zoom Mode | Meaning | 
|---|---|
| rvzmFullPage | Changing ZoomPercent to display full page, keeping the full-page view during resizing (changing ZoomPercent when needed) | 
| rvzmPageWidth | Changing ZoomPercent to fit width of page, keeping the page-width view during resizing (changing ZoomPercent when needed) | 
| rvzmCustom | Scaling according to the ZoomPercent value | 
Default value:
rvzmCustom