ComponentOne Word for UWP
LoadFromOpenXmlAsync(Stream) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > LoadFromOpenXmlAsync Method : LoadFromOpenXmlAsync(Stream) Method
The readable Open XML stream.
Load document from the readable Open XML stream.
Syntax
'Declaration
 
Public Overloads Function LoadFromOpenXmlAsync( _
   ByVal stream As System.IO.Stream _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadFromOpenXmlAsync( 
   System.IO.Stream stream
)

Parameters

stream
The readable Open XML stream.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List