Lines Matching refs:page
52 // Start to render page contents to a device independent bitmap progressively.
56 // page - Handle to the page. Returned by FPDF_LoadPage function.
59 // size_x - Horizontal size (in pixels) for displaying the page.
60 // size_y - Vertical size (in pixels) for displaying the page.
61 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees clockwise),
64 // pause - The IFSDK_PAUSE interface.A callback mechanism allowing the page rendering process
68 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
72 // Continue rendering a PDF page.
74 // page - Handle to the page. Returned by FPDF_LoadPage function.
75 // pause - The IFSDK_PAUSE interface.A callback mechanism allowing the page rendering process
79 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause);
82 // Release the resource allocate during page rendering. Need to be called after finishing rendering or
85 // page - Handle to the page. Returned by FPDF_LoadPage function.
88 DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page);