1

I wan't to be able to print the content of a WebView in UWP thanks to Windows Community Toolkit. It seems possible as the sample for the toolkit says mentions a PrepareWebViewForPrintingAsync method:

// Add controls that you want to print
printHelper.AddFrameworkElementToPrint(await PrepareWebViewForPrintingAsync());

However there is no documentation nor code that explains how to do that.

TechWatching
  • 1,363
  • 1
  • 11
  • 23
  • https://stackoverflow.com/questions/46451357/how-do-i-print-webview-content-c-sharp-uwp-win-10 – Gail Foad Apr 16 '19 at 16:18
  • Thanks, I already tried like this but it does not work well for multiple pages.Moreover PrintHelper in Windows Community Toolkit is easier to use. – TechWatching Apr 16 '19 at 16:24

0 Answers0