ComponentOne Word for UWP
LoadFromRtfAsync Method

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

Parameters

file
The storage file with RTF format.
See Also

Reference

C1WordDocument Class
C1WordDocument Members