IBrowserHost.PrintToPdf Method |
Version 57.0.0
Asynchronously prints the current browser contents to the Pdf file specified.
The caller is responsible for deleting the file when done.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntaxvoid PrintToPdf(
string path,
PdfPrintSettings settings,
IPrintToPdfCallback callback
)
void PrintToPdf(
String^ path,
PdfPrintSettings^ settings,
IPrintToPdfCallback^ callback
)
Parameters
- path
- Type: System.String
Output file location. - settings
- Type: CefSharp.PdfPrintSettings
Print Settings, can be null - callback
- Type: CefSharp.IPrintToPdfCallback
Callback executed when printing complete
See Also