PdfDocumentOptionsAddEndDocument(Document) Method
Adds a PDF document object after the result of conversion. If the
AutoCloseExternalDocs property is true the
added document will be automatically closed when the final document is closed or saved. The header and footer are not applied to the PDF
documents added by this method. If you want to enable the header and footer in the added PDF document use the
AddEndDocument(Document, Boolean, Boolean, Boolean)Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void AddEndDocument(
Document pdfDocument
)
Public Sub AddEndDocument (
pdfDocument As Document
)
public:
void AddEndDocument(
Document^ pdfDocument
)
member AddEndDocument :
pdfDocument : Document -> unit
Parameters
- pdfDocument Document
- The document to be inserted after conversion result