Document(UInt32, Byte) Constructor

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public Document(
	uint port,
	byte[] pdfData
)

Parameters

port  UInt32
The HTML to PDF server port number on host
pdfData  Byte
The PDF document data.

See Also