DocumentCount
Description
Returns the total number of documents.
When an instance of Quick PDF Library is first created a blank one page document is automatically created so the document count will be 1. Each time a new document is created or loaded the document count will be increased. The RemoveDocument function will only succeed if there are at least two documents loaded, so the document count will always be at least 1.
Syntax
Delphi
function TQuickPDF0813.DocumentCount: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DocumentCount As Long
DLL
int QuickPDFDocumentCount(int InstanceID)