PdfDocumentControlAppendPdfFile(String) Method
Call this method to append a PDF file after the HTML to PDF conversion in the final document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AppendPdfFile(
string pdfFile
)
Public Sub AppendPdfFile (
pdfFile As String
)
public:
void AppendPdfFile(
String^ pdfFile
)
member AppendPdfFile :
pdfFile : string -> unit
Parameters
- pdfFile String
- The fully qualified path of the PDF file to append