Click or drag to resize
Pdf Library for .NET

PdfDocument(Stream, String) Constructor

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

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

Parameters

stream  Stream
The stream containing the pdf document.
password  String
The password to open the specified pdf document.
Remarks
The specified password can be a user or owner password.
See Also