Click or drag to resize
Pdf Library for .NET

PdfManagerLoad(Stream, String) Method

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 void Load(
	Stream stream,
	string password
)

Parameters

stream  Stream
The pdf document stream.
password  String
The password to open the specified pdf document.
See Also