SelectDocument
Description
Selects a document.
Syntax
Delphi
function TQuickPDF0813.SelectDocument(DocumentID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SelectDocument(DocumentID As Long) As Long
DLL
int QuickPDFSelectDocument(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 |