You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/pdfviewer/overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The table below lists the PDF Viewer parameters. Also check the [PDF Viewer API
68
68
|`Height`|`string`| The PdfViewer height as a [CSS length value](slug:common-features/dimensions). If not set, the component will expand vertically, based on the loaded file. `Height` is required for the component paging and scrolling to work. |
69
69
|`MaxZoom`|`decimal` <br /> (`4m`) | The largest possible zoom level. The default value allows zooming in 4 times (400%). |
70
70
|`MinZoom`|`decimal` <br /> (`0.5m`) | The smallest possible zoom level. The default value allows zooming out to 50%. |
71
+
|`RenderScale`|`double` <br /> (`3.0`) | The resolution of the rendered PDF document. A higher value increases the quality, but also increases the memory consumption. Use a smaller value for large documents or less powerful user devices like mobile phones. |
71
72
|`Width`|`string`| The PdfViewer width as a [CSS length value](slug:common-features/dimensions). If not set, the component will expand horizontally to fill its parent. |
72
73
|`Zoom`|`decimal` <br /> (`1.25m`) | The current zoom level. Use the parameter with two-way binding or with a [`ZoomChanged` event handler](slug:pdfviewer-events#zoomchanged). |
73
74
|`ZoomRate`|`decimal` <br /> (`0.25m`) | The zoom level change that is used by the zoom in and zoom out buttons. |
0 commit comments