Initializes a new instance.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

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 with the file.
password
String
The password (user or owner) of the encrypted document.

See Also