Record TCefPrintHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefPrintHandler = record

Description

Implement this structure to handle printing on Linux. Each browser will have only one print job in progress at a time. The functions of this structure will be called on the browser process UI thread.

Implemented by ICefPrintHandler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_print_handler_capi.h">CEF source file: /include/capi/cef_print_handler_capi.h (cef_print_handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_print_start: procedure(self: PCefPrintHandler; browser: PCefBrowser); stdcall;
Public on_print_settings: procedure(self: PCefPrintHandler; browser: PCefBrowser; settings: PCefPrintSettings; get_defaults: Integer); stdcall;
Public on_print_dialog: function(self: PCefPrintHandler; browser: PCefBrowser; has_selection: Integer; callback: PCefPrintDialogCallback): Integer; stdcall;
Public on_print_job: function(self: PCefPrintHandler; browser: PCefBrowser; const document_name, pdf_file_path: PCefString; callback: PCefPrintJobCallback): Integer; stdcall;
Public on_print_reset: procedure(self: PCefPrintHandler; browser: PCefBrowser); stdcall;
Public get_pdf_paper_size: function(self: PCefPrintHandler; browser: PCefBrowser; device_units_per_inch: Integer): TCefSize; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_print_start: procedure(self: PCefPrintHandler; browser: PCefBrowser); stdcall;

This item has no description.

Public on_print_settings: procedure(self: PCefPrintHandler; browser: PCefBrowser; settings: PCefPrintSettings; get_defaults: Integer); stdcall;

This item has no description.

Public on_print_dialog: function(self: PCefPrintHandler; browser: PCefBrowser; has_selection: Integer; callback: PCefPrintDialogCallback): Integer; stdcall;

This item has no description.

Public on_print_job: function(self: PCefPrintHandler; browser: PCefBrowser; const document_name, pdf_file_path: PCefString; callback: PCefPrintJobCallback): Integer; stdcall;

This item has no description.

Public on_print_reset: procedure(self: PCefPrintHandler; browser: PCefBrowser); stdcall;

This item has no description.

Public get_pdf_paper_size: function(self: PCefPrintHandler; browser: PCefBrowser; device_units_per_inch: Integer): TCefSize; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.