PdfDocument
LoadFromStream Method (Stream, String)
|
Initializes a new instance.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System.IO
Stream
The stream with the file.
-
password
-
Type:
System
String
The password (user or owner) of the encrypted document.
See Also