C1.WPF.Input Namespace / C1FilePicker Class / OpenRead Method

In This Topic
OpenRead Method
In This Topic
Opens the selected file for reading.
Syntax
'Declaration
 
Public Function OpenRead() As Stream
 

Return Value

The stream of the selected file.
Remarks
In WPF partial trust it is not possible to access SelectedFile, but this method still works.
See Also