From d5760603472a1a4f07acdda1ef44f8115a8bc269 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Tue, 27 Jul 2021 10:13:41 +0530 Subject: Certificate generation --- pdf/fpdf/doc/setdisplaymode.htm | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 pdf/fpdf/doc/setdisplaymode.htm (limited to 'pdf/fpdf/doc/setdisplaymode.htm') diff --git a/pdf/fpdf/doc/setdisplaymode.htm b/pdf/fpdf/doc/setdisplaymode.htm new file mode 100755 index 0000000..b8da44f --- /dev/null +++ b/pdf/fpdf/doc/setdisplaymode.htm @@ -0,0 +1,45 @@ + + +
+ +SetDisplayMode(mixed zoom [, string layout])
+zoom
fullpage
: displays the entire page on screenfullwidth
: uses maximum width of windowreal
: uses real size (equivalent to 100% zoom)default
: uses viewer default modelayout
single
: displays one page at oncecontinuous
: displays pages continuouslytwo
: displays two pages on two columnsdefault
: uses viewer default modedefault
.
+