type TCefCustomPDFPrintCallBack = class(TCefPdfPrintCallbackOwn)
This item has no description.
FEvents: Pointer; |
procedure OnPdfPrintFinished(const path: ustring; aResultOK : Boolean); override; |
|
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
|
destructor Destroy; override; |
FEvents: Pointer; |
|
This item has no description. |
procedure OnPdfPrintFinished(const path: ustring; aResultOK : Boolean); override; |
|
This item has no description. Showing description inherited from ICefPdfPrintCallback.OnPdfPrintFinished. Method that will be executed when the PDF printing has completed. |path| is the output path. |ok| will be true (1) if the printing completed successfully or false (0) otherwise. |
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |