Click or drag to resize

PDFDocPagePushFront Method

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

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

Parameters

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