Click or drag to resize
Pdf Library for .NET

PdfDocument Constructor (Stream, String)

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

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfDocument(
	Stream stream,
	string password
)

Parameters

stream
Type: System.IOStream
The stream containing the pdf document.
password
Type: SystemString
The password to open the specified pdf document.
Remarks
The specified password can be a user or owner password.
See Also