cef_print_handler_t.on_print_settings

Synchronize |settings| with client state. If |get_defaults| is true (1) then populate |settings| with the default print settings. Do not keep a reference to |settings| outside of this callback.

struct cef_print_handler_t
extern (System)
void function(cef_print_handler_t* self, cef_browser_t* browser, cef_print_settings_t* settings, int get_defaults) nothrow on_print_settings;

Meta