type TCefPdfPrintCallbackOwn = class(TCefBaseRefCountedOwn, ICefPdfPrintCallback)
This item has no description.
procedure OnPdfPrintFinished(const path: ustring; ok: Boolean); virtual; abstract; |
|
constructor Create; virtual; |
procedure OnPdfPrintFinished(const path: ustring; ok: Boolean); virtual; abstract; |
|
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; virtual; |
|
This item has no description. |