NewPage
Page manipulation
Description
Create a new page. The new page is added to the end of the document, and will have the same width and height as the selected page.
Syntax
Delphi
function TPDFlib.NewPage: Integer;ActiveX
Function PDFlib::NewPage As LongDLL
int DLNewPage(int InstanceID);Return values
| 0 | The page could not be added. This should never occur. |
|---|---|
| Non-zero | The page number of the page that was added |