Description
Occurs when the process of printing PDF is completed.
Syntax
PdfPrintFinished (string pdfFile, boolean result, integer errorcode)
Event ID
Arguments
Argument |
Description |
---|---|
pdfFile |
The path and file name of the PDF file to be saved. |
result |
The result of operation. TRUE indicates success; FALSE indicates failure. |
errorcode |
The error code when printing failed. |
Return Values
None
See also