[]
        
(Showing Draft Content)

C1.WPF.C1FilePicker.OpenRead

OpenRead Method

OpenRead()

Opens the selected file for reading.

Declaration
public Stream OpenRead()
Returns
Type Description
Stream

The stream of the selected file.

Remarks

In WPF partial trust it is not possible to access SelectedFile, but this method still works.