Xamarin.Forms UWP - Print Webview with pagination support
问题 I'm working on Xamarin.Forms based project, trying to print the webview content with pagination. I've referred the following link already: How do I print WebView content in a Windows Store App? But unfortunately this way is not working with Xamarin.Forms because the way demonstrated in the above link is by filling the rectangle(windows shape) using webviewbrush (both the rectangle and webviewbrush are platform dependent controls to UWP). The problem is we can't use webviewbrush to draw