Pdf viewerSurfaces
Page
Pdf Viewer Page from the Pdf viewer package.
Loading PdfViewerPage…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
deviceOptional | "desktop" | "tablet" | "mobile" | — |
pageTitleOptional | string | "PDF" |
customizeOptional | UiCustomization | — |
emptyLabelOptional | string | — |
initialPageOptional | number | — |
initialZoomOptional | number | — |
lazyPagesOptional | boolean | — |
onDownloadOptional | (() => void) | — |
onPageChangeOptional | ((page: number) => void) | — |
onZoomChangeOptional | ((scale: number) => void) | — |
pageOptional | number | — |
showToolbarOptional | boolean | — |
sourceOptional | PdfSource | — |
textLayerOptional | boolean | — |
titleOptional | string | — |
zoomOptional | number | — |