SelectDocument

Document management

Description

Selects a document.

Syntax

Delphi

function TPDFlib.SelectDocument(DocumentID: Integer): Integer;

ActiveX

Function PDFlib::SelectDocument(DocumentID As Long) As Long

DLL

int DLSelectDocument(int InstanceID, int DocumentID);

Parameters

DocumentIDThe ID of the document to select

Return values

0The document could not be selected, the ID could not be found
1The specified document was selected successfully