[]
        
(Showing Draft Content)

FoundPosition

Type Alias: FoundPosition

type 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.