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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnPrintSettings(
CefPrintSettings settings,
bool getDefaults
)
Parameters
- settings CefPrintSettings
-
- getDefaults Boolean
-
See Also