pdfrx_web
    Preparing search index...

    Interface SelectablePage

    What a page contributes to selection geometry: its geometry, laid-out rect, and (if already loaded) its structured text. Pages whose text is not loaded yet simply cannot be hit.

    interface SelectablePage {
        page: PageGeometry;
        pageRect: Rect;
        text: PdfPageText | null;
    }
    Index
    pageRect: Rect
    text: PdfPageText | null