PdfPrintFinished

Using WebView2

Description

Occurs when the process of printing PDF is completed.

Syntax

PdfPrintFinished (string pdfFile, boolean result, integer errorcode)

Event ID

Event ID

Objects

None

WebBrowser controls


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

AddressChange

CertificateError

DownloadingStart

DownloadingStateChanged

EvaluateJavascriptFinished

NavigationError

NavigationProgressIndex

NavigationStart

NavigationStateChanged

ResourceRedirect

TitleTextChanged

DownloadingOperationStateChanged

Using CEF

Description

Occurs when the process of printing PDF is completed.

Event ID

Event ID

Objects

None

WebBrowser controls


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.


Return Values

None

See also

AddressChanged

CertificateError

DownloadingStart

DownloadingStateChanged

EvaluateJavascriptFinished

NavigationError

NavigationProgressIndex

NavigationStart

NavigationStateChanged

ResourceRedirect

TitleTextChanged