PdfDocumentFromData(String, UInt32, Byte) Method
Loads a PDF document from data and returns the created PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public static PdfDocument FromData(
string server,
uint port,
byte[] pdfData
)
- server String
- The server IP or name
- port UInt32
- The server port number
- pdfData Byte
- The PDF document data
PdfDocumentThe loaded PDF document