Document(String, Byte) Constructor
Creates a PDF document object from the specified PDF document data.
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
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.