Index: public/fpdf_formfill.h |
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h |
index 90d6663137dd22c0eedc94eeda5f39694645fa8d..79e9c269611509f0274e3c9a4e84fe61c421b997 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: |