I'm using WebAssembly environment.
ServiceUrl="@baseUri"
DocumentPath=@fileName
DownloadFileName=@downloadFileName
EnableDownload="true"
ToolbarSettings="@pdfViewerToolbarSettings"
EnableBookmarkPanel="false"
EnableThumbnailPanel="false"
EnableNavigationToolbar="false"
EnableAnnotation="false"
AjaxRequestSettings="@AjaxRequestSettings"
Height="100%"
Width="100%">
@code {
private void Download()
{
Viewer.DownloadAsync();
}
}
In the PDFviewer,
when I click "download" button, nothing happen. but "print" button is working well.
*. It was working well, when i use previous version.