PdfDocumentControlAppendPdfStream(Stream, Boolean, Boolean, Boolean) Method
Call this method to append a PDF from a stream after 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
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AppendPdfStream(
Stream pdfStream,
bool applyHeaderFooter,
bool applyHeaderInFirstPage,
bool applyFooterInFirstPage
)
Public Sub AppendPdfStream (
pdfStream As Stream,
applyHeaderFooter As Boolean,
applyHeaderInFirstPage As Boolean,
applyFooterInFirstPage As Boolean
)
public:
void AppendPdfStream(
Stream^ pdfStream,
bool applyHeaderFooter,
bool applyHeaderInFirstPage,
bool applyFooterInFirstPage
)
member AppendPdfStream :
pdfStream : Stream *
applyHeaderFooter : bool *
applyHeaderInFirstPage : bool *
applyFooterInFirstPage : bool -> unit
Parameters
- pdfStream Stream
- The PDF stream to append
- 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