DocumentAppendDocument(Document) Method
Appends the document given as parameter to the current document.
The appended document must remain open until the current document is saved
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void AppendDocument(
Document doc
)
Public Sub AppendDocument (
doc As Document
)
Parameters
- doc Document
- The document to be appended