[]
        
(Showing Draft Content)

FoundPosition

DsPdfJS API v9.1.0


DsPdfJS API / FoundPosition

Type Alias: FoundPosition

FoundPosition = object

Defines a position on the PdfDocument's page where the text was found.

Properties

bounds

bounds: Quadrilateral[]

The array of Quadrilateral defining the area of found text on the page.


nearText

nearText: string

The text near the found position.


pageIndex

pageIndex: number

The page index.


positionInNearText

positionInNearText: number

The zero-based position of the found string in 'nearText'.


textMapFragment

textMapFragment: TextMapFragment

The TextMapFragment defining the position of found text.