Click or drag to resize

PDFDocPagePushBack Method

Adds a page to the end of a documents's page sequence.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void PagePushBack(
	Page page
)

Parameters

page
Type: pdftron.PDFPage
- a page to append to the document
Remarks
Invalidates all PageIterators pointing to the document.
See Also