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
)
Public Sub PagePushFront (
page As Page
)
public:
virtual void PagePushFront(
[InAttribute] Page^ page
) sealed
function PagePushFront(page);
Parameters
- page
- Type: pdftron.PDFPage
- a page to prepend to the document
Invalidates all PageIterators pointing to the document.
See Also