TdxPDFViewerOptionsZoom.MaxZoomFactor Property
In This Article
Specifies the maximum zoom factor value (as a percentage) that you can apply to the loaded PDF document.
#Declaration
Delphi
property MaxZoomFactor: Integer read; write; default dxPDFViewerMaxZoomFactor;
#Property Value
Type | Default |
---|---|
Integer | dx |
#Remarks
The MinZoomFactor and MaxZoomFactor properties specify the lower and upper bounds of the ZoomFactor property values, respectively.
The default MaxZoomFactor property value is dxPDFViewerMaxZoomFactor.
See Also