diff options
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r-- | public/fpdf_formfill.h | 14 |
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: |