![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
cpdf_page_initDescriptionbool cpdf_page_init ( int pdf_document, int page_number, int orientation, float height, float width [, float unit] )The cpdf_page_init() function starts a new page with height height and width width. Returns TRUE on success or FALSE on failure. The page has number page_number and orientation orientation. orientation can be 0 for portrait and 1 for landscape. The last optional parameter unit sets the unit for the coordinate system. The value should be the number of postscript points per unit. Since one inch is equal to 72 points, a value of 72 would set the unit to one inch. The default is also 72. See also cpdf_set_current_page(). Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|