cef_pdf_print_callback_t.on_pdf_print_finished

Method that will be executed when the PDF printing has completed. |path| is the output path. |ok| will be true (1) if the printing completed successfully or false (0) otherwise.

struct cef_pdf_print_callback_t
extern (System)
void function(cef_pdf_print_callback_t* self, const(cef_string_t)* path, int ok) nothrow on_pdf_print_finished;

Meta