- base
cef_base_t base;
Undocumented in source.
- copy
cef_print_settings_t* function(cef_print_settings_t*) copy;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_color_model
cef_color_model_t function(cef_print_settings_t*) get_color_model;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_copies
int function(cef_print_settings_t*) get_copies;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_device_name
cef_string_userfree_t function(cef_print_settings_t*) get_device_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_dpi
int function(cef_print_settings_t*) get_dpi;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_duplex_mode
cef_duplex_mode_t function(cef_print_settings_t*) get_duplex_mode;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_page_ranges
void function(cef_print_settings_t*, size_t*, cef_range_t*) get_page_ranges;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_page_ranges_count
size_t function(cef_print_settings_t*) get_page_ranges_count;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_landscape
int function(cef_print_settings_t*) is_landscape;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_read_only
int function(cef_print_settings_t*) is_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_selection_only
int function(cef_print_settings_t*) is_selection_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_valid
int function(cef_print_settings_t*) is_valid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_collate
void function(cef_print_settings_t*, int) set_collate;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_color_model
void function(cef_print_settings_t*, cef_color_model_t) set_color_model;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_copies
void function(cef_print_settings_t*, int) set_copies;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_device_name
void function(cef_print_settings_t*, const(cef_string_t)*) set_device_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_dpi
void function(cef_print_settings_t*, int) set_dpi;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_duplex_mode
void function(cef_print_settings_t*, cef_duplex_mode_t mode) set_duplex_mode;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_orientation
void function(cef_print_settings_t*, int) set_orientation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_page_ranges
void function(cef_print_settings_t*, size_t, const(cef_range_t)*) set_page_ranges;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_printer_printable_area
void function(cef_print_settings_t*, const(cef_size_t)*, const(cef_rect_t)*, int) set_printer_printable_area;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_selection_only
void function(cef_print_settings_t*, int) set_selection_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- will_collate
int function(cef_print_settings_t*) will_collate;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.