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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnPrintSettings(
	CefPrintSettings settings,
	bool getDefaults
)

Parameters

settings
Type: Internal.Xilium.CefGlueCefPrintSettings
getDefaults
Type: SystemBoolean
See Also