PdfDocumentControlInsertPdfFileBefore(String, Boolean, Boolean, Boolean) Method
Call this method to insert a PDF file before the HTML to PDF conversion in the final document. The boolean parameter controls if
the header and footer are applied on external PDF document. When the parameter is true the interactive features
are disabled in the external PDF
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void InsertPdfFileBefore(
string pdfFile,
bool applyHeaderFooter,
bool applyHeaderInFirstPage,
bool applyFooterInFirstPage
)
Public Sub InsertPdfFileBefore (
pdfFile As String,
applyHeaderFooter As Boolean,
applyHeaderInFirstPage As Boolean,
applyFooterInFirstPage As Boolean
)
public:
void InsertPdfFileBefore(
String^ pdfFile,
bool applyHeaderFooter,
bool applyHeaderInFirstPage,
bool applyFooterInFirstPage
)
member InsertPdfFileBefore :
pdfFile : string *
applyHeaderFooter : bool *
applyHeaderInFirstPage : bool *
applyFooterInFirstPage : bool -> unit
Parameters
- pdfFile String
- The fully qualified path of the PDF file to insert
- applyHeaderFooter Boolean
- Controls if the header and footer are applied on external PDF document
- applyHeaderInFirstPage Boolean
- Controls if the header is applied in first page of the added document
- applyFooterInFirstPage Boolean
- Controls if the footer is applied in first page of the added document