PdfDocumentAddDocument(String) Method

Adds a PDF file to the end of this document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddDocument(
	string pdfFile
)

Parameters

pdfFile  String
The full path of the PDF file to add

See Also