SelectedDocument
Document management
Description
Returns the ID of the selected document.
Syntax
Delphi
Function TPDFlib.SelectedDocument: Integer;
ActiveX
Function PDFlib::SelectedDocument() As Long
DLL
int DLSelectedDocument(int InstanceID);
Return values
| 0 | A document has not been selected. This should never occur. |
|---|---|
| Non-zero | The ID of the selected document |