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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract bool OnPrintDialog(
	bool hasSelection,
	CefPrintDialogCallback callback
)

Parameters

hasSelection
Type: SystemBoolean
callback
Type: Internal.Xilium.CefGlueCefPrintDialogCallback

Return Value

Type: Boolean
See Also