WebBrowserExtensions.PrintToPdfAsync Method (original) (raw)

| | Name | Description | | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | | Public methodStatic member | PrintToPdfAsync(IBrowser, String, PdfPrintSettings) | Asynchronously prints the current browser contents to the PDF file specified. The caller is responsible for deleting the file when done. | | Public methodStatic member | PrintToPdfAsync(IChromiumWebBrowserBase, String, PdfPrintSettings) | Asynchronously prints the current browser contents to the PDF file specified. The caller is responsible for deleting the file when done. |

Top