Click or drag to resize

CefValueSetBinary Method

Sets the underlying value as type binary. Returns true if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetBinary(
	CefBinaryValue value
)

Parameters

value  CefBinaryValue
 

Return Value

Boolean
See Also