type TCefFastPdfPrintCallback = class(TCefPdfPrintCallbackOwn)
This item has no description.
| Protected | FProc: TOnPdfPrintFinishedProc; |
| Protected | procedure OnPdfPrintFinished(const path: ustring; ok: Boolean); override; |
| Public | constructor Create(const proc: TOnPdfPrintFinishedProc); reintroduce; |
| Public | destructor Destroy; override; |
| Protected | FProc: TOnPdfPrintFinishedProc; |
|
This item has no description. | |
| Protected | procedure OnPdfPrintFinished(const path: ustring; ok: 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. | |
| Public | constructor Create(const proc: TOnPdfPrintFinishedProc); reintroduce; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |