TdxCustomPreview.ZoomMode Property
Specifies the active zoom factor calculation mode.
Declaration
property ZoomMode: TdxPreviewZoomMode read; write; default pzmNone;
Property Value
Type | Default |
---|---|
TdxPreviewZoomMode | pzmNone |
Remarks
Use this property to specify how the zoom factor is changed in response to resizing the document viewer. For detailed information on available options, refer to the TdxPreviewZoomMode type description.
In the case of the PDF Viewer control, use its OptionsZoom.ZoomMode property instead.
The default value of the ZoomMode property is pzmNone.
See Also