ComponentOne Word for UWP
LoadFromOpenXmlAsync(StorageFile) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > LoadFromOpenXmlAsync Method : LoadFromOpenXmlAsync(StorageFile) Method
The storage file with Word Open XML format.
Load document from the file in Open XML format.
Syntax
'Declaration
 
Public Overloads Function LoadFromOpenXmlAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadFromOpenXmlAsync( 
   Windows.Storage.StorageFile file
)

Parameters

file
The storage file with Word Open XML format.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List