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