Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Opening a PDF File

User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Opening a PDF File

Post by salvadordf »

The latest stable WebView2 nuget package included several functions to show the download window.
  • TWVBrowserBase.OpenDefaultDownloadDialog
  • TWVBrowserBase.CloseDefaultDownloadDialog
  • TWVBrowserBase.IsDefaultDownloadDialogOpen
  • TWVBrowserBase.DefaultDownloadDialogCornerAlignment
  • TWVBrowserBase.DefaultDownloadDialogMargin
All of them are available in the latest WebView4Delphi version.
Post Reply