|
<< Click to display table of contents >> TRVDocParameters.ZoomMode |
Scaling mode.
type
// defined in RVStyle/fmxRVStyle unit
TRVZoomMode = (rvzmFullPage, rvzmPageWidth, rvzmCustom);
property ZoomMode : TRVZoomMode;
This property is not used by TRichView components, but it can be written and read from RVF (RichView Format), RTF (Rich Text Format), and DocX files.
Default value:
rvzmCustom