Click or drag to resize

CefPdfPrintCallbackOnPdfPrintFinished Method

Method that will be executed when the PDF printing has completed. |path| is the output path. |ok| will be true if the printing completed successfully or false otherwise.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnPdfPrintFinished(
	string path,
	bool ok
)

Parameters

path
Type: SystemString
ok
Type: SystemBoolean
See Also