TCustomRVPrintPreview.ZoomPercent

<< Click to display table of contents >>

TCustomRVPrintPreview.ZoomPercent

Scale of preview, %

property ZoomPercent: TRVZoomPercent;

Although assigning to this property is possible, the preferable way to change preview scale is calling SetZoom method.

This property is changed automatically when resizing the component, if ZoomMode = rvzmFullPage or rvzmPageWidth.

It's recommended to keep this property in 10%–500% range.

See also methods:

▪SetZoom.

See also properties:

▪ZoomMode.

See also events:

▪OnZoomChanged.