CefPrintHandlerOnPrintJob Method |
Send the print job to the printer. Execute |callback| once the job is
completed. Return true if the job will proceed or false to cancel the job
immediately.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract bool OnPrintJob(
string documentName,
string pdfFilePath,
CefPrintJobCallback callback
)
Parameters
- documentName String
-
- pdfFilePath String
-
- callback CefPrintJobCallback
-
Return Value
Boolean
See Also