CefPrintHandlerOnPrintStart Method |
Called when printing has started for the specified |browser|. This method
will be called before the other OnPrint*() methods and irrespective of how
printing was initiated (e.g. CefBrowserHost::Print(), JavaScript
window.print() or PDF extension print button).
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnPrintStart(
CefBrowser browser
)
Parameters
- browser CefBrowser
-
See Also