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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnPdfPrintFinished(
string path,
bool ok
)
Parameters
- path String
-
- ok Boolean
-
See Also