Document(String, UInt32) Constructor
Creates an empty PDF document object. New pages can be added to the document and new PDF elements can be added
to document pages.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
string server,
uint port
)
Public Sub New (
server As String,
port As UInteger
)
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