SelectDocument
Document management
Description
Selects a document.
Syntax
Delphi
function TPDFlib.SelectDocument(DocumentID: Integer): Integer;ActiveX
Function PDFlib::SelectDocument(DocumentID As Long) As LongDLL
int DLSelectDocument(int InstanceID, int DocumentID);Parameters
| DocumentID | The ID of the document to select |
|---|
Return values
| 0 | The document could not be selected, the ID could not be found |
|---|---|
| 1 | The specified document was selected successfully |