Blazor.Printing
Blazor.Printing copied to clipboard
When printing with PrintType.html, css is not applied.
@onclick="@(_ => PrintingService.Print("printable-form", PrintType.Html))"
<form id="printable-form">
html code..
</form>
I want to print this picture.

However, when printed, it comes out like this:
