Create a new, empty page in the document. You can use PageWriter to fill the
page with new content. Finally the page should be inserted at specific
place within document page sequence using PageInsert/PagePushFront/PagePushBack
methods.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function PageCreate As Page
public:
virtual Page^ PageCreate() sealed
Return Value
Type:
Page A new, empty page.
Remarks the new page still does not belong to document page sequence and should be
subsequently placed at a specific location within the sequence.
See Also