pdfrx_web
    Preparing search index...

    Interface SearchMatch

    A single search hit, flattened to the fields the viewer needs to highlight and navigate to a match.

    interface SearchMatch {
        bounds: PdfRect;
        end: number;
        pageNumber: number;
        start: number;
    }
    Index
    bounds: PdfRect

    Bounding rect in PDF page coordinates.

    end: number

    End index (exclusive).

    pageNumber: number

    1-based page the match is on.

    start: number

    Start index (inclusive) in the page's fullText.