Document(UInt32, Byte[]) Constructor
Creates a PDF document object from the specified PDF document data.
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 19.0.0
public Document(
uint port,
byte[] pdfData
)
Public Sub New (
port As UInteger,
pdfData As Byte()
)
Parameters
- port UInt32
- The HTML to PDF server port number on host
- pdfData Byte[]
- The PDF document data.