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, string password )
Public Sub LoadFromStream ( stream As Stream, password As String )
public: void LoadFromStream( Stream^ stream, String^ password )
member LoadFromStream : stream : Stream * password : string -> unit