ComponentOne Basic Library for WPF and Silverlight
OpenRead Method (C1FilePicker)


C1.WPF Namespace > C1FilePicker Class : OpenRead Method
Opens the selected file for reading.
Syntax
'Declaration
 
Public Function OpenRead() As System.IO.Stream
'Usage
 
Dim instance As C1FilePicker
Dim value As System.IO.Stream
 
value = instance.OpenRead()
public System.IO.Stream OpenRead()

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

Reference

C1FilePicker Class
C1FilePicker Members