Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCPdf Home
|
FCPdf Function List
PageGetHeight()
PageGetHeight()
Purpose:
-
FCPdf::PageGetHeight() returns height of a specific
page in the FCPdf document.
Usage:
-
-
height = FCPdf::PageGetHeight(<pageident>);
Arguments:
-
integer <pageident> - A valid FCPdf pageident
Returns:
-
float <height> - The height in points
Where Used:
-
FCPdf::PageGetHeight() can be called anytime that you have a valid
pageident.
You will normally call it shortly after adding or inserting either
either the first page of a document or after inserting a page that
is a different size than the first page.
If all pages are the same size, you only need to call this function
after inserting the first page of the document.
Example:
-
Description:
-
FCPdf::PageGetHeight() returns height of a specific
page in the FCPdf document.
The height returned is the height of the real page including non printable
areas.
Bugs/Features/Comments:
-
See Also:
See Also
-
FCPdf Function List
Back to Top