Opens the selected file for reading.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public Stream OpenRead() |
Visual Basic |
---|
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.