Document(String, Byte) Constructor

Creates a PDF document object from the specified PDF document data.

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.0.0
C#
public Document(
	string server,
	byte[] pdfData
)

Parameters

server  String
The IP address or host name of the HTML to PDF server
pdfData  Byte
The PDF document data.

See Also