Skip to main content

dxPDFViewerDefaultZoomFactor Constant

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

Declaration

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