PdfDocumentFromStream(String, Stream) Method
Loads a PDF document from a stream and returns the created PDF document using the default server port
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public static PdfDocument FromStream(
string server,
Stream stream
)
- server String
- The server IP or name
- stream Stream
- The stream from where to load the PDF document
PdfDocumentThe loaded PDF document