Click or drag to resize
IDragDataGetFileContents Method
Version 63.0.0
Gets the contents of the File as a Stream For a suggested filename check the FileName property

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
Stream GetFileContents()

Return Value

Type: Stream
the contents of the file
See Also