ExcelToPdfDocumentOptionsAddStartDocument(Byte, Boolean, Boolean, Boolean) Method

Adds a PDF document from the given data before the result of Excel to PDF conversion

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddStartDocument(
	byte[] pdfData,
	bool enableHeaderAndFooter,
	bool drawHeaderOnFirstPage,
	bool drawFooterOnFirstPage
)

Parameters

pdfData  Byte
The binary data of the PDF document to be inserted before conversion result
enableHeaderAndFooter  Boolean
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  Boolean
A flag indicating if the header is drawn on first page of the appended document
drawFooterOnFirstPage  Boolean
A flag indicating if the footer is drawn in first page of the appended document

See Also