PdfDocTableOfContentsInsertPdfFileBefore(Byte, Boolean, Boolean, Boolean) Method
Call this method to insert a PDF document from data before the table of contents 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: 18.0.0
public void InsertPdfFileBefore(
byte[] pdfData,
bool applyHeaderFooter,
bool applyHeaderInFirstPage,
bool applyFooterInFirstPage
)
Parameters
- pdfData Byte
- The PDF document data
- 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