pdf zoom

  1. D

    iOS Question PDF page to Image on Webview

    I am using the DrawPDF library and I draw on the canvas a page of pdf: - cvs.Initialize(ScrollView1.Panel) cvs.DrawPDF(pdf, currentPage,cvs.TargetRect) cvs.Refresh I want zoom feature, so how can I capture this page and draw it on a webview?
Top