Reputation: 179
I am trying to enable Marquee zoom in PDF file programmatically in .Net/C# (Winforms)
There are many articles about how to display PDF using PDF viewer (and webform). My question is how to enable selecting tools (select tool, Marquee zoom and hand tool). Refer below picture for reference.
I am able to successfully load PDF in Winform using AxAcroPDFLib.AxAcroPDF
Upvotes: 2
Views: 1746
Reputation: 2972
According to this AxAcroPDFLib.AxAcroPDF guide it is not possible. The only available functions are to display and print the file, not interacting with the containing application (e.g. the setZoom method at page 263).
Upvotes: 4