---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface ITextSelectedInfo
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface ITextSelectedInfo
breadcrumbText: Interface ITextSelectedInfo
description: Dynamsoft Document Viewer Documentation API Reference Interface ITextSelectedInfo Page
---

# ITextSelectedInfo

## Syntax

```typescript
export interface ITextSelectedInfo {
    pageUid: string;
    text: string;
    rects: RectXY[];
}
```

See also [`RectXY`](https://www.dynamsoft.com/document-viewer/docs/api/interface/rectxy.md).

