ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / LoadFromOpenXmlAsync Method / LoadFromOpenXmlAsync(StorageFile) Method
The storage file with Word Open XML format.

In This Topic
    LoadFromOpenXmlAsync(StorageFile) Method
    In This Topic
    Load document from the file in Open XML format.
    Syntax
    'Declaration
     
    Public Overloads Function LoadFromOpenXmlAsync( _
       ByVal file As StorageFile _
    ) As Task
    public Task LoadFromOpenXmlAsync( 
       StorageFile file
    )

    Parameters

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