cef_print_handler_t.on_print_job

Send the print job to the printer. Execute |callback| once the job is completed. Return true (1) if the job will proceed or false (0) to cancel the job immediately.

struct cef_print_handler_t
extern (System)
int function(cef_print_handler_t* self, cef_browser_t* browser, const(cef_string_t)* document_name, const(cef_string_t)* pdf_file_path, cef_print_job_callback_t* callback) nothrow on_print_job;

Meta