Opens the document in word format from the stream.

Namespace: Spire.DocViewer.Forms
Assembly: 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 

Parameters

stream
Stream
The stream.
password
String
The password.

See Also