Document(UInt32, 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.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
uint port,
byte[] pdfData,
string password
)
Public Sub New (
port As UInteger,
pdfData As Byte(),
password As String
)
Parameters
- port UInt32
- The HTML to PDF server port number on host
- pdfData Byte
- The PDF document data.
- password String
- The password to open the specified PDF document.