ComponentOne Word for UWP
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.

In This Topic
    LoadAsync(Stream,FileFormat) Method
    In This Topic
    Load document from a file storage.
    Syntax
    'Declaration
     
    Public Overloads Function LoadAsync( _
       ByVal stream As Stream, _
       ByVal format As FileFormat _
    ) As Task
    public Task LoadAsync( 
       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