HiQPdf Documentation

PdfDocumentAddDocument Method (String)

HiQPdf Client for .NET Core
Adds a PDF file to the end of this document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddDocument(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
The full path of the PDF file to add
See Also

Reference