Home | History | Annotate | Download | only in public

Lines Matching refs:page

216   * inclusive page range.
219 * bShrinkToFit - If true, the page is shrunk (if necessary) to
220 * fit within the imageable area of the printed page.
260 * Jump to a specified page.
267 * nPageNum - The specified page number, zero for the first
268 * page.
412 * page - Handle to the page. Returned by FPDF_LoadPage
414 * left - Left position of the client area in PDF page
416 * top - Top position of the client area in PDF page
418 * right - Right position of the client area in PDF page
420 * bottom - Bottom position of the client area in PDF page
428 *repainting a specified page area.
431 FPDF_PAGE page,
449 * page - Handle to the page. Returned by FPDF_LoadPage
451 * left - Left position of the client area in PDF page
453 * top - Top position of the client area in PDF page
455 * right - Right position of the client area in PDF page
457 * bottom - Bottom position of the client area in PDF page
470 FPDF_PAGE page,
562 * This method receives the page pointer associated with a specified
563 * page index.
572 * nPageIndex - Index number of the page. 0 for the first page.
574 * Handle to the page. Returned by FPDF_LoadPage function.
577 * page which hadn't been loaded yet.
579 * the page for SDK.
585 * This method receives the current page pointer.
595 * Handle to the page. Returned by FPDF_LoadPage function.
601 * This method receives currently rotation of the page view.
608 * page - Handle to page. Returned by FPDF_LoadPage function.
610 * The page rotation. Should be 0(0 degree),1(90 degree),2(180
613 int (*FFI_GetRotation)(struct _FPDF_FORMFILLINFO* pThis, FPDF_PAGE page);
684 * nPageIndex - The index of the PDF page.
685 * zoomMode - The zoom mode for viewing page.See Macros
717 * page - Handle to page. Returned by FPDF_LoadPage
719 * left - Left position of the client area in PDF page
721 * top - Top position of the client area in PDF page
723 * right - Right position of the client area in PDF page
725 * bottom - Bottom position of the client area in PDF page
731 FPDF_PAGE page,
740 * This method will get the current page index.
750 * The index of current page.
757 * This method will set the current page.
766 * iCurPage - The index of the PDF page.
795 * This method will get the current page view rectangle.
802 * page - Handle to page. Returned by FPDF_LoadPage
804 * left - The pointer to receive left position of the page
805 *view area in PDF page coordinate.
806 * top - The pointer to receive top position of the page
807 *view area in PDF page coordinate.
809 *client area in PDF page coordinate.
811 *client area in PDF page coordinate.
816 FPDF_PAGE page,
830 * page - Handle to page. Returned by FPDF_LoadPage
835 * x - X position of the client area in PDF page
837 * y - Y position of the client area in PDF page
842 FPDF_BOOL (*FFI_PopupMenu)(struct _FPDF_FORMFILLINFO* pThis, FPDF_PAGE page, FPDF_WIDGET hWidget, int menuFlag, float x, float y);
1049 * successfully loaded a PDF page, and method
1057 DLLEXPORT void STDCALL FORM_OnAfterLoadPage(FPDF_PAGE page,
1064 * close the PDF page.
1066 * page - Handle to the page. Returned by FPDF_LoadPage
1073 DLLEXPORT void STDCALL FORM_OnBeforeClosePage(FPDF_PAGE page,
1139 // Additional-action types of page object
1141 0 // /O -- An action to be performed when the page is opened
1143 1 // /C -- An action to be performed when the page is closed
1147 * This method is required for performing the page object's
1150 * page - Handle to the page. Returned by FPDF_LoadPage
1154 * aaType - The type of the page object's additional-actions
1162 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page,
1172 * page - Handle to the page. Returned by FPDF_LoadPage
1183 FPDF_PAGE page,
1195 * page - Handle to the page. Returned by FPDF_LoadPage
1206 FPDF_PAGE page,
1218 * page - Handle to the page. Returned by FPDF_LoadPage
1227 FPDF_PAGE page,
1234 FPDF_PAGE page,
1239 FPDF_PAGE page,
1251 * page - Handle to the page. Returned by FPDF_LoadPage
1260 FPDF_PAGE page,
1270 * page - Handle to the page. Returned by FPDF_LoadPage
1279 FPDF_PAGE page,
1290 * page - Handle to the page. Returned by FPDF_LoadPage
1299 FPDF_PAGE page,
1335 * page - Handle to the page. Returned by FPDF_LoadPage().
1343 FPDF_PAGE page,
1352 FPDF_PAGE page,
1362 * page - Handle to the page. Returned by FPDF_LoadPage().
1370 FPDF_PAGE page,
1433 * Render FormFeilds on a page to a device independent bitmap.
1441 * page - Handle to the page. Returned by FPDF_LoadPage
1447 * size_x - Horizontal size (in pixels) for displaying the page.
1448 * size_y - Vertical size (in pixels) for displaying the page.
1449 * rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees
1459 *the page.
1461 *FPDF_RenderPageBitmap or FPDF_RenderPageBitmap_Start will only render page
1464 *call this method after rendering functions finish rendering the page contents.
1468 FPDF_PAGE page,