I can't get the Graphic content of a wkWebView loaded with a PDF used to work with UIWebView

前端 未结 0 936
感情败类
感情败类 2020-12-12 11:35

I used to do this with a UIWebView loaded with a PDF document

  CGSize size = webView.Bounds.Size;
                UIGraphics.BeginImageContext(size);
                


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题