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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void AppendDocument(
	Document doc
)

Parameters

doc  Document
The document to be appended

See Also