TdxBasePreviewOptions.SaveZoomPosition Property
Specifies whether the Print Preview window’s zoom settings should be saved when it’s closed.
Declaration
property SaveZoomPosition: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to save the zoom level used to display a specific report link’s pages and thus have the same report view displayed the next time the Print Preview window is opened. Otherwise, the zoom settings are not saved.
Note
The zoom settings are saved only if you allowed the ExpressPrinting System to persist its settings via the OptionsStoring property of the currently active engine controller.
TouchScreen Support: End-users can zoom the report displayed in the Print Preview window using the zoom gesture.
The default value of the SaveZoomPosition property is True.
See Also