# FoundPosition

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / FoundPosition

# Type Alias: FoundPosition

> **FoundPosition** = `object`

Defines a position on the [PdfDocument](../classes/PdfDocument)'s page where the text was found.

## Properties

### bounds

> **bounds**: [`Quadrilateral`](Quadrilateral)[]

The array of [Quadrilateral](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`](TextMapFragment)

The [TextMapFragment](TextMapFragment) defining the position of found text.
