From 214a9734308375077f67db1d54bde6696719e4bd Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 24 Jul 2020 13:31:08 +0530 Subject: Update FPDF version --- pdf/fpdf/doc/addpage.htm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'pdf/fpdf/doc/addpage.htm') diff --git a/pdf/fpdf/doc/addpage.htm b/pdf/fpdf/doc/addpage.htm index fde79aa..fb014f5 100755 --- a/pdf/fpdf/doc/addpage.htm +++ b/pdf/fpdf/doc/addpage.htm @@ -7,7 +7,7 @@

AddPage

-AddPage([string orientation [, mixed size]]) +AddPage([string orientation [, mixed size [, int rotation]]])

Description

Adds a new page to the document. If a page is already present, the Footer() method is called first to output the footer. Then the page is added, the current position set to the top-left @@ -44,12 +44,17 @@ or an array containing the width and the height (expressed in user unit).

The default value is the one passed to the constructor. +
rotation
+
+Angle by which to rotate the page. It must be a multiple of 90; positive values +mean clockwise rotation. The default value is 0. +

See also

-FPDF(), -Header(), -Footer(), -SetMargins(). +__construct, +Header, +Footer, +SetMargins
Index
-- cgit