-1

How can I hide the mentioned buttons when using the pdf viewer in CefSharp in WinForms with .NET?

enter image description here

Eugen Hübner
  • 211
  • 3
  • 12
  • Forever since I tried, unless something has changed the options are limited. Your best bet is to search/ask on https://magpcss.org/ceforum/index.php from memory https://stackoverflow.com/a/2105095/4583726 worked once upon a time. There's a pdfium API though I don't think CEF exposes it https://stackoverflow.com/a/31614516/4583726 – amaitland Aug 03 '20 at 09:38
  • For general background please read the first few paragraphs of https://github.com/cefsharp/CefSharp/wiki/General-Usage – amaitland Aug 03 '20 at 09:39

1 Answers1

-2

You can load your pdf by appending "#toolbar=0" to the URL, It will remove the toolbar completely.