New to Telerik UI for WinUI? Download free 30-day trial

Zooming

The zooming functionality of PdfViewer allows you to zoom in and out the document in order to take a close-up view or to see more of the page at a reduced size.

The control can be zoomed using the buttons in the toolbar component, or via the ScaleFactor property of RadPdfViewer. The ScaleFactor works with relative units where 1 is the default zoom level. Increasing the value will zoom in and decreasing it will zoom out.

Zooming out

this.pdfViewer.ScaleFactor = 0.5; 
Document zoomed out to 50%

See Also

In this article
Not finding the help you need?