DocumentAppendDocument(Byte, String, Boolean, Boolean, Boolean) Method
Appends the password protected 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 AppendDocument(
byte[] pdfData,
string password,
bool enableHeaderAndFooter,
bool drawHeaderOnFirstPage,
bool drawFooterOnFirstPage
)
Public Sub AppendDocument (
pdfData As Byte(),
password As String,
enableHeaderAndFooter As Boolean,
drawHeaderOnFirstPage As Boolean,
drawFooterOnFirstPage As Boolean
)
Parameters
- pdfData Byte
- The PDF document data
- password String
- The password to open the appended PDF document
- enableHeaderAndFooter Boolean
- A flag indicating if the header and footer of the current document are also applied to the appended document pages
- 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 on first page of the appended document