HiQPdf Documentation

PdfDocumentControlAppendPdfDocument Method (PdfDocument)

Quickly Create High Quality PDFs
Call this method to append a PDF document object after the HTML to PDF conversion in the final document

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AppendPdfDocument(
	PdfDocument pdfDocument
)

Parameters

pdfDocument
Type: HiQPdfPdfDocument
The PDF document object to append
See Also

Reference