Click or drag to resize

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.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract bool OnPrintJob(
	string documentName,
	string pdfFilePath,
	CefPrintJobCallback callback
)

Parameters

documentName  String
 
pdfFilePath  String
 
callback  CefPrintJobCallback
 

Return Value

Boolean
See Also