NewDocument
Document management
Description
Creates a new blank document.
Syntax
Delphi
function TPDFlib.NewDocument: Integer;ActiveX
Function PDFlib::NewDocument As LongDLL
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 |