Click or drag to resize
Pdf Library for .NET

PdfManagerLoad(PdfDocument, String) Method

Loads a pdf document from an existing password protected PdfDocument object.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public void Load(
	PdfDocument document,
	string password
)

Parameters

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