Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCPdf Home | FCPdf Function List DocCount()

DocCount()

Purpose:
FCPdf::DocCount() returns the total number of currently in use FCPdf documents for the current 4csrvr process.
Usage:
count = FCPdf::DocCount();
Arguments:

None
Returns:
integer <count> - count of currently allocated FCPdf documents.
Where Used:
FCPdf::DocCount() can be called from anywhere.
Example:
Example
Description:
FCPdf::DocCount() returns the total number of currently in use FCPdf documents for the current 4csrvr process.
See Also:
FCPdf Function List


Back to Top