ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / LoadFromRtfAsync Method
The storage file with RTF format.

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

    Parameters

    file
    The storage file with RTF format.
    See Also