Click or drag to resize

PDFDocPageInsert Method

Insert/Import a single page at a specific location in the page sequence.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void PageInsert(
	PageIterator where,
	Page page
)

Parameters

where
Type: pdftron.PDFPageIterator
- The location in the page sequence indicating where to insert the page. The page is inserted before the specified location.
page
Type: pdftron.PDFPage
- A page to insert.
Remarks
Invalidates all PageIterators pointing to the document.
See Also