DocumentInsertDocument(Int32, Byte, Boolean, Boolean, Boolean) Method
Inserts the PDF document given as parameter to the current document and optionally applies the current document header and footer to the
appended document pages
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void InsertDocument(
int insertIndex,
byte[] pdfData,
bool enableHeaderAndFooter,
bool drawHeaderOnFirstPage,
bool drawFooterOnFirstPage
)
Public Sub InsertDocument (
insertIndex As Integer,
pdfData As Byte(),
enableHeaderAndFooter As Boolean,
drawHeaderOnFirstPage As Boolean,
drawFooterOnFirstPage As Boolean
)
Parameters
- insertIndex Int32
- The page index where to start insertion in this document
- pdfData Byte
- The PDF document data
- enableHeaderAndFooter Boolean
- A flag indicating if the header and footer of the current document are also applied to the inserted document pages
- drawHeaderOnFirstPage Boolean
- A flag indicating if the header is drawn on first page of the inserted document
- drawFooterOnFirstPage Boolean
- A flag indicating if the footer is drawn on first page of the inserted document