PdfDocumentAddDocument(String) Method
Adds a PDF file to the end of this document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddDocument(
string pdfFile
)
Public Sub AddDocument (
pdfFile As String
)
public:
void AddDocument(
String^ pdfFile
)
member AddDocument :
pdfFile : string -> unit
Parameters
- pdfFile String
- The full path of the PDF file to add