type TCefPrintSettings = record
Structure representing print settings.
NOTE: This struct is allocated DLL-side.
Implemented by ICefPrintSettings.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_print_settings_capi.h">CEF source file: /include/capi/cef_print_settings_capi.h (cef_print_settings_t))
| Public | base: TCefBaseRefCounted; |
| Public | is_valid: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | is_read_only: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | set_orientation: procedure(self: PCefPrintSettings; landscape: Integer); stdcall; |
| Public | is_landscape: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | set_printer_printable_area: procedure(self: PCefPrintSettings; const physical_size_device_units: PCefSize; const printable_area_device_units: PCefRect; landscape_needs_flip: Integer); stdcall; |
| Public | set_device_name: procedure(self: PCefPrintSettings; const name: PCefString); stdcall; |
| Public | get_device_name: function(self: PCefPrintSettings): PCefStringUserFree; stdcall; |
| Public | set_dpi: procedure(self: PCefPrintSettings; dpi: Integer); stdcall; |
| Public | get_dpi: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | set_page_ranges: procedure(self: PCefPrintSettings; rangesCount: NativeUInt; ranges: PCefRange); stdcall; |
| Public | get_page_ranges_count: function(self: PCefPrintSettings): NativeUInt; stdcall; |
| Public | get_page_ranges: procedure(self: PCefPrintSettings; rangesCount: PNativeUInt; ranges: PCefRange); stdcall; |
| Public | set_selection_only: procedure(self: PCefPrintSettings; selection_only: Integer); stdcall; |
| Public | is_selection_only: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | set_collate: procedure(self: PCefPrintSettings; collate: Integer); stdcall; |
| Public | will_collate: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | set_color_model: procedure(self: PCefPrintSettings; model: TCefColorModel); stdcall; |
| Public | get_color_model: function(self: PCefPrintSettings): TCefColorModel; stdcall; |
| Public | set_copies: procedure(self: PCefPrintSettings; copies: Integer); stdcall; |
| Public | get_copies: function(self: PCefPrintSettings): Integer; stdcall; |
| Public | set_duplex_mode: procedure(self: PCefPrintSettings; mode: TCefDuplexMode); stdcall; |
| Public | get_duplex_mode: function(self: PCefPrintSettings): TCefDuplexMode; stdcall; |
| Public | base: TCefBaseRefCounted; |
|
This item has no description. | |
| Public | is_valid: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | is_read_only: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | set_orientation: procedure(self: PCefPrintSettings; landscape: Integer); stdcall; |
|
This item has no description. | |
| Public | is_landscape: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | set_printer_printable_area: procedure(self: PCefPrintSettings; const physical_size_device_units: PCefSize; const printable_area_device_units: PCefRect; landscape_needs_flip: Integer); stdcall; |
|
This item has no description. | |
| Public | set_device_name: procedure(self: PCefPrintSettings; const name: PCefString); stdcall; |
|
This item has no description. | |
| Public | get_device_name: function(self: PCefPrintSettings): PCefStringUserFree; stdcall; |
|
This item has no description. | |
| Public | set_dpi: procedure(self: PCefPrintSettings; dpi: Integer); stdcall; |
|
This item has no description. | |
| Public | get_dpi: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | set_page_ranges: procedure(self: PCefPrintSettings; rangesCount: NativeUInt; ranges: PCefRange); stdcall; |
|
This item has no description. | |
| Public | get_page_ranges_count: function(self: PCefPrintSettings): NativeUInt; stdcall; |
|
This item has no description. | |
| Public | get_page_ranges: procedure(self: PCefPrintSettings; rangesCount: PNativeUInt; ranges: PCefRange); stdcall; |
|
This item has no description. | |
| Public | set_selection_only: procedure(self: PCefPrintSettings; selection_only: Integer); stdcall; |
|
This item has no description. | |
| Public | is_selection_only: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | set_collate: procedure(self: PCefPrintSettings; collate: Integer); stdcall; |
|
This item has no description. | |
| Public | will_collate: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | set_color_model: procedure(self: PCefPrintSettings; model: TCefColorModel); stdcall; |
|
This item has no description. | |
| Public | get_color_model: function(self: PCefPrintSettings): TCefColorModel; stdcall; |
|
This item has no description. | |
| Public | set_copies: procedure(self: PCefPrintSettings; copies: Integer); stdcall; |
|
This item has no description. | |
| Public | get_copies: function(self: PCefPrintSettings): Integer; stdcall; |
|
This item has no description. | |
| Public | set_duplex_mode: procedure(self: PCefPrintSettings; mode: TCefDuplexMode); stdcall; |
|
This item has no description. | |
| Public | get_duplex_mode: function(self: PCefPrintSettings): TCefDuplexMode; stdcall; |
|
This item has no description. | |