EVO Excel to PDF Converter

DocumentAppendDocument Method (Document)

EVO Excel to PDF Converter Documentation
Appends the document given as parameter to the current document. The appended document must remain open until the current document is saved

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public void AppendDocument(
	Document doc
)

Parameters

doc
Type: EvoExcelToPdfDocument
The document to be appended
See Also

Reference