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