ComponentOne Word for UWP
LoadAsync(Stream,FileFormat) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > LoadAsync Method : LoadAsync(Stream,FileFormat) Method
The readable stream.
FileFormat value that specifies the type of file to save.
Load document from a file storage.
Syntax
'Declaration
 
Public Overloads Function LoadAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormat _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   System.IO.Stream stream,
   FileFormat format
)

Parameters

stream
The readable stream.
format
FileFormat value that specifies the type of file to save.

Return Value

The task of represents an asynchronous operation.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List