This is what I am using, and the problem is there is no zoom available - hence I was thinking of grabbing the image shown by DrawPDF and placing it in a webview, but I just don't know how to do that.
Dim xui As XUI
File.Copy(File.DirAssets, "Document1.pdf", File.DirDocuments, "Document1.pdf")
WKWebView1.LoadUrl(xui.FileUri(File.DirDocuments, "Document1.pdf"))