Link Search Menu Expand Document

DocumentAppend Method

Appends the contents of specified PDF document to the current document.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Append(
	Document document
)

Parameters

document
Type: Bytescout.PDFDocument
The document to append.
See Also

Reference