SelectedDocument
Document management
Description
Returns the ID of the selected document.
Syntax
Delphi
function TPDFlib.SelectedDocument: Integer;ActiveX
Function PDFlib::SelectedDocument As LongDLL
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 |