Add a new or existing page to end of this collection.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Add(
	Page page
)
Visual Basic
Public Sub Add ( _
	page As Page _
)

Parameters

page
Type: TallComponents.PDF..::..Page
The source page.

Return Value

The PageCollection index at which the Page has been added.

Remarks

While appending existing pages to a target document, the source documents need to be open until the target document.Write is called.

See Also