Document(String, String) Constructor

Creates a PDF document object from an existing password protected PDF file.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public Document(
	string pdfFilePath,
	string password
)

Parameters

pdfFilePath  String
The full path to the PDF file.
password  String
The password to open the specified PDF document.

See Also