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