PDFKit.NET 2.0 Class Library (.NET 2.0)

PageCollection.Insert Method 

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

public void Insert(
   int index,
   Page page
);

Parameters

index
The zero-based index the page will get.
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

PageCollection Class | TallComponents.PDF Namespace