Lines Matching refs:page
49 // Start to render page contents to a device independent bitmap
56 // page - Handle to the page. Returned by FPDF_LoadPage
62 // size_x - Horizontal size (in pixels) for displaying the page.
63 // size_y - Vertical size (in pixels) for displaying the page.
64 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees
71 // allowing the page rendering process
77 FPDF_PAGE page,
87 // Continue rendering a PDF page.
89 // page - Handle to the page. Returned by FPDF_LoadPage
92 // allowing the page rendering process
98 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,
102 // Release the resource allocate during page rendering. Need to be
106 // page - Handle to the page. Returned by FPDF_LoadPage
110 DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page);