onPrintStart

open fun onPrintStart(browser: CefBrowser)

Called when printing has started. This method will be called before the other onPrint*() methods and irrespective of how printing was initiated (e.g. CefBrowser::print(), JavaScript window.print() or PDF extension print button).

Parameters

browser

The corresponding browser.