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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract bool OnPrintJob(
	string documentName,
	string pdfFilePath,
	CefPrintJobCallback callback
)

Parameters

documentName
Type: SystemString
pdfFilePath
Type: SystemString
callback
Type: Internal.Xilium.CefGlueCefPrintJobCallback

Return Value

Type: Boolean
See Also