I have a Metro App and I am attempting to Print the Content of a WebView control. Using the MSDN Print Sample as my source ref
WebView
Here's the basic printing syntax.
PrintManager.PrintTaskRequested += printManager_PrintTaskRequested; void printManager_PrintTaskRequested( Windows.Graphics.Printing.PrintManager sender, Windows.Graphics.Printing.PrintTaskRequestedEventArgs args) { ... }