PdfDocumentAddDocument(Byte, Boolean, Boolean, Boolean) Method
Adds a PDF from data to the end of this document and optionally applies the header and footer of this document to added PDF
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public void AddDocument(
byte[] pdfData,
bool applyHeaderAndFooter,
bool applyHeaderInFirstPage,
bool applyFooterInFirstPage
)
Parameters
- pdfData Byte
- The PDF document data
- applyHeaderAndFooter Boolean
- Controls is the header and footer of this document are applied to the added 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