Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCPdf Home
|
FCPdf Function List
PageGetLineWidth()
PageGetLineWidth()
Purpose:
-
FCPdf::PageGetLineWidth() returns the linewidth used for drwing lines
and shapes for the specific page.
Usage:
-
-
linewidth = FCPdf::PageGetLineWidth(<pageident>);
Arguments:
-
integer <pageident> - A valide FCPdf pageident.
Returns:
-
float <linewidth> - The linewidth, in points, used for drawing on the page
Where Used:
-
FCPdf::PageGetLineWidth() can be called anytime that you have a valid
FCPdf pageident.
Example:
-
Description:
-
FCPdf::PageGetLineWidth() returns the linewidth used for drwing lines
and shapes for the specific page.
Line width is also used for writing text when the text rendering mode
includes "Stroke".
Bugs/Features/Comments:
-
See Also:
See Also
-
FCPdf Function List
Back to Top