GetDocumentID
Document management
Description
Returns the ID of the document with the specified index.
Syntax
Delphi
Function TPDFlib.GetDocumentID(Index: Integer): Integer;
ActiveX
Function PDFlib::GetDocumentID(Index As Long) As Long
DLL
int DLGetDocumentID(int InstanceID, int Index);
Parameters
| Index | The index of the document to query. Must be 1 or greater. |
|---|
Return values
| 0 | The specified index was out of range |
|---|---|
| Non-zero | The ID of the specified document |