NewDocument
Document management
Description
Creates a new blank document.
Syntax
Delphi
Function TPDFlib.NewDocument: Integer;
ActiveX
Function PDFlib::NewDocument() As Long
DLL
int DLNewDocument(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 |