Opens the document in word format from the stream.
Namespace: Spire.DocViewer.FormsAssembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void LoadFromStream( Stream stream, FileFormat fileFormat )
Public Sub LoadFromStream ( stream As Stream, fileFormat As FileFormat )
public: void LoadFromStream( Stream^ stream, FileFormat fileFormat )
member LoadFromStream : stream : Stream * fileFormat : FileFormat -> unit