You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/pdfviewer/overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ In Blazor **Server** apps, the PDF Viewer uses the **SignalR WebSocket** to:
49
49
50
50
* Open PDF files from the server and send them to the browser.
51
51
* Read the PDF file `Stream` from the user device in the [`OnOpen` event handler](slug:pdfviewer-events#onopen). The PDF Viewer uses internally a [FileSelect component](slug:fileselect-overview) to get the user file.
52
+
* Get the loaded or edited PDF file from the browser to the .NET runtime when using the [`GetFileAsync()` method](#pdfviewer-reference-and-methods).
52
53
53
54
The SignalR WebSocket has a default maximum message size of **32 KB**. To work with larger files in the above two scenarios, [increase the max WebSocket message size for the Blazor application](slug:common-kb-increase-signalr-max-message-size).
0 commit comments