IPrintToPdfCallbackOnPdfPrintFinished Method  | 
Version 93.1.111 
            Method that will be executed when the PDF printing has completed.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxvoid OnPdfPrintFinished(
	string path,
	bool ok
)
void OnPdfPrintFinished(
	String^ path, 
	bool ok
)
Parameters
- path
 - Type: SystemString
The output path. - ok
 - Type: SystemBoolean
Will be true if the printing completed
            successfully or false otherwise. 
See Also