Unit 'cef3api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_cef]

TCefPrintHandler

Declaration

Source position: cef3api.pas line 2714

type TCefPrintHandler = record

  base: TCefBaseRefCounted;

  

  on_print_start: procedure(

  

  self: PCefPrintHandler;

  browser: PCefBrowser

);

  on_print_settings: procedure(

  

  self: PCefPrintHandler;

  settings: PCefPrintSettings;

  get_defaults: Integer

);

  on_print_dialog: function(

  

  self: PCefPrintHandler;

  has_selection: Integer;

  callback: PCefPrintDialogCallback

):Integer;

  on_print_job: function(

  

  self: PCefPrintHandler;

  const document_name: PCefString;

  const pdf_file_path: PCefString;

  callback: PCefPrintJobCallback

):Integer;

  on_print_reset: procedure(

  

  self: PCefPrintHandler

);

  get_pdf_paper_size: function(

  

  self: PCefPrintHandler;

  device_units_per_inch: Integer

):TCefSize;

end;



CT Web help

CodeTyphon Studio