Document(String, UInt32, String) Constructor
Creates a PDF document from and existing PDF file.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
string server,
uint port,
string pdfFilePath
)
Public Sub New (
server As String,
port As UInteger,
pdfFilePath As String
)
Parameters
- server String
- The IP address or host name of the HTML to PDF server
- port UInt32
- The HTML to PDF server port number on host
- pdfFilePath String
- The full path of an existing PDF document file.