LoadFromOpenXml(Stream) Method | ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word Namespace / C1WordDocument Class / LoadFromOpenXml Method / LoadFromOpenXml(Stream) Method
The readable Open XML stream.

In This Topic
LoadFromOpenXml(Stream) Method
In This Topic
Load document from the readable Open XML stream.
Syntax
'Declaration
 
Public Overloads Sub LoadFromOpenXml( _
   ByVal stream As System.IO.Stream _
) 
 

Parameters

stream
The readable Open XML stream.
See Also