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

DocGetPaperSize()

Purpose:
FCPdf::DocGetPaperSize() returns the default page size for new pages added to an FCPdf document.
Usage:
aval = FCPdf::DocGetPaperSize(<docident>);
Arguments:

integer <docident> - A valid FCPdf docident
Returns:
alpha <aval> - The paper size name
Where Used:
FCPdf::DocGetPaperSize() can be called anytime that you have a valid docident.
Example:
Description:
FCPdf::DocGetPaperSize() returns the default page size for new pages added to an FCPdf document.

The paper size name returned will be one of the following
Bugs/Features/Comments:
See Also: See Also
FCPdf Function List


Back to Top