Click or drag to resize

CefDragDataGetFileContents Method

Write the contents of the file being dragged out of the web view into |writer|. Returns the number of bytes sent to |writer|. If |writer| is NULL this method will return the size of the file contents in bytes. Call GetFileName() to get a suggested name for the file.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ulong GetFileContents(
	CefStreamWriter writer
)

Parameters

writer
Type: Internal.Xilium.CefGlueCefStreamWriter

Return Value

Type: UInt64
See Also