Home | History | Annotate | Download | only in public

Lines Matching refs:page

20 *  Set "MediaBox" entry to the page dictionary.
21 * @param[in] page - Handle to a page.
28 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page,
35 * Set "CropBox" entry to the page dictionary.
36 * @param[in] page - Handle to a page.
43 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page,
49 /** Get "MediaBox" entry from the page dictionary.
50 * @param[in] page - Handle to a page.
61 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page,
67 /** Get "CropBox" entry from the page dictionary.
68 * @param[in] page - Handle to a page.
79 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page,
86 * Transform the whole page with a specified matrix, then clip the page content
89 * @param[in] page - A page handle.
91 * @param[in] clipRect - A rectangle page area to be clipped.
92 * @Note. This function will transform the whole page, and would take effect to
93 * all the objects in the page.
95 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page,
100 * Transform (scale, rotate, shear, move) the clip path of page object.
101 * @param[in] page_object - Handle to a page object. Returned by
144 * Clip the page content, the page content that outside the clipping region
147 * @param[in] page - A page handle.
149 * @Note. A clip path will be inserted before the page content stream or content
150 * array. In this way, the page content will be clipped
153 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,