EVO HTML to PDF Converter

PdfDocumentTableOfContentsAddStartDocument Method (Byte, Boolean, Boolean, Boolean)

EVO PDF Client for .NET Documentation
Adds a PDF document from the given stream before the table of contents

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public void AddStartDocument(
	byte[] pdfData,
	bool enableHeaderAndFooter,
	bool drawHeaderOnFirstPage,
	bool drawFooterOnFirstPage
)

Parameters

pdfData
Type: SystemByte
The binary data of the PDF document to be inserted before the table of contents
enableHeaderAndFooter
Type: SystemBoolean
A flag indicating if the header and footer can be applied to the added document. If this parameter is true then the interactive features like links and bookmarks are disabled in the added PDF document
drawHeaderOnFirstPage
Type: SystemBoolean
A flag indicating if the header is drawn on first page of the appended document
drawFooterOnFirstPage
Type: SystemBoolean
A flag indicating if the footer is drawn in first page of the appended document
See Also

Reference