Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefPdfPrintCallback

CefBaseRefCounted
   |
   +--CefPdfPrintCallback

   in cef_browser.h

class CefPdfPrintCallback
extends CefBaseRefCounted

Callback interface for CefBrowserHost::PrintToPDF. The methods of this class will be called on the browser process UI thread.


Method Summary
 virtual void OnPdfPrintFinished( const CefString& path, bool ok )= 0
          Method that will be executed when the PDF printing has completed.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

OnPdfPrintFinished

public virtual void OnPdfPrintFinished( const CefString& path, bool ok )= 0;
Method that will be executed when the PDF printing has completed. |path| is the output path. |ok| will be true if the printing completed successfully or false otherwise.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt