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