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

PageCount()

Purpose:
FCPdf::PageCount() returns the total number pages in one FCPdf document.
Usage:
count = FCPdf::PageCount(<docident>);
Arguments:

integer <docident> - A valid FCPdf docident
Returns:
integer <count> - crrent count of pages in the document
Where Used:
FCPdf::PageCount() can be called from anytime that you have a valid docident.
Example:
Description:
FCPdf::PageCount() returns the total number pages in one FCPdf document.
See Also:
FCPdf Function List


Back to Top