summaryrefslogtreecommitdiff
path: root/public/fpdf_formfill.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-28 12:59:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-28 12:59:09 -0700
commitcac704dd3e5c0e5900e898db4eff5a0948cef6fc (patch)
tree8e8e79dfccfa18162a689ae7fcb6c513a7ee21a0 /public/fpdf_formfill.h
parent0600234fc65d52e4830ad2cc6c1723fb33c9414f (diff)
downloadpdfium-cac704dd3e5c0e5900e898db4eff5a0948cef6fc.tar.xz
Split fpdfdoc/include/fpdf_doc.h into individual classes.
This CL splits the header file apart. The cpp files are not touched as part of this CL, they will be done as a followup. This de-duplicates the fpdf_doc.h BUG=pdfium:249 Review-Url: https://codereview.chromium.org/2183313004
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r--public/fpdf_formfill.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index 90d6663137..79e9c26961 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -684,10 +684,20 @@ typedef struct _FPDF_FORMFILLINFO {
* Parameters:
* pThis - Pointer to the interface structure itself.
* nPageIndex - The index of the PDF page.
- * zoomMode - The zoom mode for viewing page.See Macros
- *"PDFZOOM_XXX" defined in "fpdfdoc.h".
+ * zoomMode - The zoom mode for viewing page. See below.
* fPosArray - The float array which carries the position info.
* sizeofArray - The size of float array.
+ *
+ * PDFZoom values:
+ * - XYZ = 1
+ * - FITPAGE = 2
+ * - FITHORZ = 3
+ * - FITVERT = 4
+ * - FITRECT = 5
+ * - FITBBOX = 6
+ * - FITBHORZ = 7
+ * - FITBVERT = 8
+ *
* Return value:
* None.
* Comments: