Click or drag to resize
Pdf Library for .NET

PdfManagerLoad Method (Stream, String)

Loads a pdf document from a stream containing a password protected pdf document.

Namespace:  SelectPdf.Extras
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public void Load(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IOStream
The pdf document stream.
password
Type: SystemString
The user password to open the specified pdf document.
See Also