Click or drag to resize

CefPrintHandlerOnPrintDialog Method

Show the print dialog. Execute |callback| once the dialog is dismissed. Return true if the dialog will be displayed or false to cancel the printing 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 OnPrintDialog(
	bool hasSelection,
	CefPrintDialogCallback callback
)

Parameters

hasSelection  Boolean
 
callback  CefPrintDialogCallback
 

Return Value

Boolean
See Also