TdxPDFViewerOptionsZoom.ZoomMode Property
Specifies the active zoom factor calculation mode.
Declaration
property ZoomMode: TdxPreviewZoomMode read; write; default pzmNone;
Property Value
Type | Default |
---|---|
TdxPreviewZoomMode | pzmNone |
Remarks
Set this property to pzmPageWidth or pzmPages to calculate the ZoomFactor property value automatically depending on the PDF Viewer control’s document view area dimensions. For detailed information on all available ZoomMode
property values, refer to the TdxPreviewZoomMode type description.
The default ZoomMode property value is pzmNone.
See Also