PdfDocumentControlInsertPdfStreamBefore(Stream) Method

Call this method to insert a PDF from a stream before the HTML to PDF conversion in the final document

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void InsertPdfStreamBefore(
	Stream pdfStream
)

Parameters

pdfStream  Stream
The PDF stream to insert

See Also