Click or drag to resize

CefPrintHandlerOnPrintSettings Method

Synchronize |settings| with client state. If |get_defaults| is true then populate |settings| with the default print settings. Do not keep a reference to |settings| outside of this callback.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnPrintSettings(
	CefPrintSettings settings,
	bool getDefaults
)

Parameters

settings  CefPrintSettings
 
getDefaults  Boolean
 
See Also