Adds a PDF document object before the table of contents. If the AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved.
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
public void AddStartDocument( Document pdfDocument, bool enableHeaderAndFooter, bool drawHeaderOnFirstPage, bool drawFooterOnFirstPage )
Parameters
- pdfDocument
- Type: WinnovativeDocument
The 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 when the document was created from an external file or stream. 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