PdfDocumentControlAppendPdfDocument(PdfDocument) Method

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

Parameters

pdfDocument  PdfDocument
The PDF document object to append

See Also