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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
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

See Also