TSRVViewProperty.ZoomModeOUT

<< Click to display table of contents >>

TSRVViewProperty.ZoomModeOUT

This value is assigned to ZoomMode in preview mode when the user clicks the page and the cursor looks like "+" magnifier.

property ZoomModeOUT: TRVZoomMode;

In preview mode the mouse pointer looks like a magnifier. On clicking, ZoomMode is switched between ZoomModeIN/ZoomModeOUT.

If this property is equal to rvzmCustom, the corresponding zooming is defined in ZoomPercentOUT.

When this property is changed, TSRichViewEdit.OnZoomViewChanged event occurs.

Default value:

rvzmCustom