Document(UInt32, String) Constructor

Creates a PDF document from and existing PDF file.

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public Document(
	uint port,
	string pdfFilePath
)

Parameters

port  UInt32
The HTML to PDF server port number on host
pdfFilePath  String
The full path of an existing PDF document file.

See Also