GetDocumentID
Version history
This function was renamed in Quick PDF Library version 7.11.
The function name in earlier versions was DocumentID.
Description
Returns the ID of the document with the specified index.
Syntax
Delphi
function TQuickPDF0813.GetDocumentID(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetDocumentID(Index As Long) As Long
DLL
int QuickPDFGetDocumentID(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 |