Back to Devexpress

dxPDFViewerDefaultZoomFactor Constant

vcl-dxpdfviewer-f4844c8b.md

latest833 B
Original Source

dxPDFViewerDefaultZoomFactor Constant

Specifies the default zoom factor value (as a percentage) applied to the first loaded PDF document.

Declaration

delphi
const dxPDFViewerDefaultZoomFactor = 100;

Remarks

The first document loaded after the PDF Viewer initialization is displayed in full size by default (i.e., the viewer’s OptionsZoom.ZoomFactor property is set to 100 ). The PDF Viewer uses the current zoom factor value for displaying subsequently loaded documents.

See Also

dxPDFViewerMaxZoomFactor

dxPDFViewerMinZoomFactor

dxPDFViewer Unit