ComponentOne Word for UWP
LoadAsync(StorageFile,FileFormat) Method

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

Parameters

file
The file storage object to save the document.
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