cef_print_handler_t.on_print_start

Called when printing has started for the specified |browser|. This function will be called before the other OnPrint*() functions and irrespective of how printing was initiated (e.g.

More...
struct cef_print_handler_t
extern (System)
void function(cef_print_handler_t* self, cef_browser_t* browser) nothrow on_print_start;

Detailed Description

cef browser host t

:print(), JavaScript window.print() or PDF extension print button).

Meta