Appends the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the
appended document pages
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
public void AppendDocument( string pdfFilePath, string password, bool enableHeaderAndFooter, bool drawHeaderOnFirstPage, bool drawFooterOnFirstPage )
Parameters
- pdfFilePath
- Type: SystemString
The PDF document full path - password
- Type: SystemString
The password to open the appended PDF document - enableHeaderAndFooter
- Type: SystemBoolean
A flag indicating if the header and footer of the current document are also applied to the appended document pages - 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 on first page of the appended document
See Also