Skip to content

TextSearchResult

@scaryterry/pdfium


Defined in: src/core/types.ts:672

A single text search result with position information.

readonly charCount: number

Defined in: src/core/types.ts:676

The number of characters in the match.


readonly charIndex: number

Defined in: src/core/types.ts:674

The character index of the match start.


readonly rects: Rect[]

Defined in: src/core/types.ts:678

The bounding rectangles covering the matched text.