Click or drag to resize

IPrintToPdfCallbackOnPdfPrintFinished Method

Version 130.1.90
Method that will be executed when the PDF printing has completed.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void OnPdfPrintFinished(
	string path,
	bool ok
)

Parameters

path  String
The output path.
ok  Boolean
Will be true if the printing completed successfully or false otherwise.
See Also