Document(String, Byte) Constructor
Creates a PDF document object from the specified PDF document data.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public Document(
string server,
byte[] pdfData
)
Public Sub New (
server As String,
pdfData As Byte()
)
Parameters
- server String
- The IP address or host name of the HTML to PDF server
- pdfData Byte
- The PDF document data.