Method InsertRange

Namespace TallComponents.PDF
Class PageCollection

Insert the entries in an array of Pages to the specific locations in the PageCollection.

Pages does not accept a as a valid value.

PageCollection does not accept duplicate elements. Note: When a duplicate entry is found the state of the collection is undefined. (None or some entries might have been added. The status is not reverted.)

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  InsertRange( Int32  index Page[]  pages )

Returns

Void

Parameters


Int32 index
The zero based start index for the inserted pages.

Page[] pages
The pages to be inserted in the .