Scroll Mode
By default, the PDF viewer will display one page at a time. However, there may be times where it would be better to display a PDF as a traditional scrolling document
This can be achieved by setting SinglePageMode
to false. Additionally, the PDF viewer also provides a Height
parameter to control the height of the PDF viewer in single page mode (defaults to 65vh)
<MudPdfViewer
SinglePageMode="false"
Url="https://raw.githubusercontent.com/tgothorp/MudBlazor.PdfViewer/refs/heads/main/files/test_pdf_document.pdf"/>