TdxPDFViewerOptionsZoom.MaxZoomFactor Property
Specifies the maximum zoom factor value (as a percentage) that you can apply to the loaded PDF document.
Declaration
property MaxZoomFactor: Integer read; write; default dxPDFViewerMaxZoomFactor;
Property Value
Type | Default |
---|---|
Integer | dxPDFViewerMaxZoomFactor |
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