EVO PDF Logo

Document Constructor (Byte, String)

EVO PDF Client for .NET Framework
Creates a PDF document from binary data containing a password protected PDF document. The specified password can be a user or owner password.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public Document(
	byte[] pdfData,
	string password
)

Parameters

pdfData
Type: SystemByte
The PDF document data.
password
Type: SystemString
The password to open the specified PDF document.
See Also

Reference