i use this code
<SfPdfViewer @ref="@viewer" Width="1060px" Height="500px" ServiceUrl="@MyUrlPDFWebservice">
<PdfViewerEvents Created="@LoadPDF" DocumentLoaded="@LoadArrayByte" />
</SfPdfViewer>
with version 20.3.60. Everything works fine (open, download, annotation ecc) but when I ask to print, the waiting icon appears and the entire page freezes. What can be the cause?
tanks