[]
Defines a position in the page of the GcPdfDocument where a text was found.
public class FoundPosition
Public Class FoundPosition
| Name | Description |
|---|---|
| Bounds | Gets the array of Quadrilateral defining the area of found text on the page. |
| NearText | Gets the text near the found position. |
| PageIndex | Gets the page index. |
| PositionInNearText | Gets the zero-based position of the found string in NearText. |
| TextMapFragment | Gets the TextMapFragment defining the position of found text. |
| Name | Description |
|---|---|
| AreSame(FoundPosition, FoundPosition) | Compares two FoundPosition objects. |