Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCPdf Home
|
FCPdf Function List
DocFreeAll()
DocFreeAll()
Purpose:
-
FCPdf::DocFreeAll() frees all resources for all FCPdf docs that
arre currently in use by the current 4csrvr process.
Usage:
-
-
count = FCPdf::DocFreeAll();
Arguments:
-
None
Returns:
-
integer <count> - The count of FCPdf documents actuall freed.
Where Used:
-
FCPdf::DocFreeAll() can be called from anywhere.
Example:
-
Description:
-
FCPdf::DocFreeAll() frees all resources for all FCPdf docs that
arre currently in use by the current 4csrvr process.
Once FCPDf::DocFreeAll() has been called, no functions in the
FCPdf library other then FCPdf::DocAlloc() can be called.
Bugs/Features/Comments:
-
-
Most applictions that create PDF documents will ussually only be working on
one document at a time and should use FCPdf::DocFree()
instead of FCPdf::DocFreeAll()
See Also:
See Also
-
FCPdf Function List
Back to Top