PdfDocumentControlInsertPdfDocumentBefore(PdfDocument) Method

Call this method to insert a PDF document object 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 InsertPdfDocumentBefore(
	PdfDocument pdfDocument
)

Parameters

pdfDocument  PdfDocument
The PDF document object to insert

See Also