Method Insert

Namespace TallComponents.PDF
Class PageCollection

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

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

Syntax

public  Void  Insert( Int32  index Page  page )

Returns

Void

Parameters


Int32 index
The zero-based index the page will get.

Page page
The source page.