Insert a new or existing page in this collection at the given index.

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

Syntax

C#
public void Insert(
	int index,
	Page page
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	page As Page _
)

Parameters

index
Type: System..::..Int32
The zero-based index the page will get.
page
Type: TallComponents.PDF..::..Page
The source page.

Remarks

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

See Also