How can I help you?
Increase the connection buffer size in Blazor SfPdfViewer Component
14 Oct 20251 minute to read
The Syncfusion® Blazor SfPdfViewer supports increasing the SignalR connection buffer size by configuring MaximumReceiveMessageSize in Program.cs. This setting applies to Blazor Server and it does not apply to purely client-side WebAssembly apps.
builder.Services.AddSignalR(o => { o.MaximumReceiveMessageSize = 102400000; });