PageList.Insert

Inserts a Page into the PageList at the specified index.

public void Insert(int index, Page page)
Sub Insert(index As Integer, page As Page)

Parameters

index
Int32

The zero-based index at which page should be inserted.

page
Page

The Page to insert.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

PageList
ceTe.DynamicPDF

In this topic