HiQPdf Documentation

PdfDocumentWriteToStream Method

HiQPdf Client for .NET Core
Writes the PDF document to the given output stream

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void WriteToStream(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
The output stream
See Also

Reference