Home | History | Annotate | Download | only in include

Lines Matching refs:page

99 //			Get page index of a destination.

104 // The page index. Starting from 0 for the first page.
109 // Find a link at specified point on a document page.
111 // page - Handle to the document page.
112 // x - The x coordinate of the point, specified in page coordinate system.
113 // y - The y coordinate of the point, specified in page coordinate system.
117 // The point coordinates are specified in page coordinate system. You can convert coordinates
118 // from screen system to page system using FPDF_DeviceToPage functions.
120 DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page, double x, double y);
143 // This function would enumerate all the link annotations in a single PDF page.
145 // page[in] - Handle to the page.
152 DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(FPDF_PAGE page, int* startPos, FPDF_LINK* linkAnnot);