CefPdfPrintCallback

Callback interface for CefBrowser.PrintToPDF(). The methods of this class will be called on the browser process UI thread.

Functions

Link copied to clipboard
abstract fun onPdfPrintFinished(path: String, ok: Boolean)
Method that will be executed when the PDF printing has completed.