NewPage
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 TQuickPDF0813.NewPage: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::NewPage As Long
DLL
int QuickPDFNewPage(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 |