Click or drag to resize
Pdf Library for .NET

PdfManagerLoad(Byte, String) Method

Loads a password protected pdf document from a byte array.

Namespace: SelectPdf.Extras
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public void Load(
	byte[] fileBytes,
	string password
)

Parameters

fileBytes  Byte
A byte array representing an existing pdf document.
password  String
The user password to open the specified pdf document.
See Also