pdfrx_web
    Preparing search index...

    Interface PdfPageHitTestResult

    The result of hit-testing a view-space point against the laid-out pages (see PdfrxViewer.getPageHitTestResult).

    interface PdfPageHitTestResult {
        page: PdfPage;
        pageNumber: number;
        pdfPoint: PdfPoint;
    }
    Index
    page: PdfPage

    The PdfPage under the point.

    pageNumber: number

    1-based number of the page under the point.

    pdfPoint: PdfPoint

    The hit location in PDF page coordinates (points, origin bottom-left, y-up), relative to the page.