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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetBinary(
	CefBinaryValue value
)

Parameters

value
Type: Internal.Xilium.CefGlueCefBinaryValue

Return Value

Type: Boolean
See Also