PageList.Add

Adds a Page to the end of the PageList .

public int Add(Page page)
Function Add(page As Page) As Integer

Parameters

page
Page

The Page to be added to the end of the PageList .

Returns

Int32

The PageList index at which the page has been added.

Licensing Info

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

Remarks

NOTE: If the Page to be added is of type AppendedPage(pages retrieved from a MergeDocument are of type AppendedPage), the form fields of the AppendedPage may not be merged correctly. This behavior is expected, please use the MergeDocument.Append() method instead.

See Also

PageList
ceTe.DynamicPDF

In this topic