ComponentOne Document Library for UWP
LoadFromStreamAsync Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1PdfDocumentSource Class : LoadFromStreamAsync Method
The source stream.
Loads the PDF document from the specified stream.
Syntax
'Declaration
 
Public Function LoadFromStreamAsync( _
   ByVal stream As Windows.Storage.Streams.IRandomAccessStream, _
   Optional ByVal password As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadFromStreamAsync( 
   Windows.Storage.Streams.IRandomAccessStream stream,
   System.string password
)

Parameters

stream
The source stream.
password
See Also

Reference

C1PdfDocumentSource Class
C1PdfDocumentSource Members