NewDocument
Description
Creates a new blank document.
Syntax
Delphi
function TQuickPDF0813.NewDocument: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::NewDocument As Long
DLL
int QuickPDFNewDocument(int InstanceID)
Return values
| 0 | There was an error while trying to create the new document. This should never occur. |
| Non-zero | The ID of the new document |