Document(Byte, String) Constructor

Creates a PDF document from binary data containing a password protected PDF document. The specified password can be a user or owner password.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public Document(
	byte[] pdfData,
	string password
)

Parameters

pdfData  Byte
The PDF document data.
password  String
The password to open the specified PDF document.

See Also