SelectDocument
Documentbeheer
Beschrijving
Selecteert een document
Syntaxis
Delphi
Function TPDFlib.SelectDocument(DocumentID: Integer): Integer;
ActiveX
Function PDFlib::SelectDocument(DocumentID As Long) As Long
DLL
int DLSelectDocument(int InstanceID, int DocumentID);
Parameters
| DocumentID | De ID van het te selecteren document |
|---|
Retourwaarden
| 0 | Het document kon niet worden geselecteerd, de ID is niet gevonden |
|---|---|
| 1 | Het opgegeven document is met succes geselecteerd |