@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: 
@OnClick="@(_ => PrintingService.Print("printable-form", PrintType.Html))"
I want to print this picture.

However, when printed, it comes out like this:
