Skip to content

Commit d7a5387

Browse files
authored
docs(PdfViewer): Improve SignalR information (#3298)
1 parent d3f0ffc commit d7a5387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/pdfviewer/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ In Blazor **Server** apps, the PDF Viewer uses the **SignalR WebSocket** to:
4949

5050
* Open PDF files from the server and send them to the browser.
5151
* 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).
5253

5354
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).
5455

0 commit comments

Comments
 (0)