Record TCefPdfPrintCallback

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefPdfPrintCallback = record

Description

Callback structure for ICefBrowserHost.PrintToPDF. The functions of this structure will be called on the browser process UI thread.

Implemented by ICefPdfPrintCallback.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_pdf_print_finished: procedure(self: PCefPdfPrintCallback; const path: PCefString; ok: Integer); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_pdf_print_finished: procedure(self: PCefPdfPrintCallback; const path: PCefString; ok: Integer); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.