diff options
author | Sashi20 | 2020-10-07 12:57:57 +0530 |
---|---|---|
committer | GitHub | 2020-10-07 12:57:57 +0530 |
commit | 58876c85f58b99a39284bc4acae154476a0abd47 (patch) | |
tree | 577183c8d9003cf6245a4f335df00d4de97fc335 /pdf/fpdf/doc/getpageheight.htm | |
parent | 6cf1ae3197d43c264fad65e094c4ebc04a596a7b (diff) | |
parent | 94f06e717ab414c3df505147f44642452bc27daf (diff) | |
download | om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.tar.gz om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.tar.bz2 om_pssp-58876c85f58b99a39284bc4acae154476a0abd47.zip |
Merge pull request #18 from Sashi20/master
Update FPDF version, headers to download file
Diffstat (limited to 'pdf/fpdf/doc/getpageheight.htm')
-rw-r--r-- | pdf/fpdf/doc/getpageheight.htm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pdf/fpdf/doc/getpageheight.htm b/pdf/fpdf/doc/getpageheight.htm new file mode 100644 index 0000000..8cd89ff --- /dev/null +++ b/pdf/fpdf/doc/getpageheight.htm @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>GetPageHeight</title>
+<link type="text/css" rel="stylesheet" href="../fpdf.css">
+</head>
+<body>
+<h1>GetPageHeight</h1>
+<code><b>float</b> GetPageHeight()</code>
+<h2>Description</h2>
+Returns the current page height.
+<h2>See also</h2>
+<a href="getpagewidth.htm">GetPageWidth</a>
+<hr style="margin-top:1.5em">
+<div style="text-align:center"><a href="index.htm">Index</a></div>
+</body>
+</html>
|