Viewer
Pdf Viewer from the Pdf viewer package.
Loading PdfViewer…
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 |
|---|---|---|
customizeOptional | UiCustomization | — |
emptyLabelOptional | string | — |
initialPageOptional | number | 1 |
initialZoomOptional | number | 0.8 |
lazyPagesOptional | boolean | true |
onDownloadOptional | (() => void) | — |
onPageChangeOptional | ((page: number) => void) | — |
onZoomChangeOptional | ((scale: number) => void) | — |
pageOptional | number | — |
showToolbarOptional | boolean | true |
sourceOptional | PdfSource | — |
textLayerOptional | boolean | true |
titleOptional | string | — |
zoomOptional | number | — |