Using the AxAcroPDF object in C#, is there anyway to hide the hover bar that pops up ? My motivation using this control is to be able to show PDFs to my users, but disallow them from saving copies of the PDFs. Alternatively, does anybody know of any controls other than Adobe's that can be embedded in a WPF application using C# ?

有帮助吗?

解决方案

At the time of this writing, the Adobe COM component does not support hiding the floating hover bar, so the users can save the PDFs. I wound up using the PDFView4NET library from O2 solutions which gave me the customizability that I needed.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top