TextSearchInfo Constructors
Contains information about text search results in a PDF document.| Name | Parameters | Description |
|---|---|---|
| TextSearchInfo(Int32, IReadOnlyList<TextMatchInfo>, IReadOnlyList<TextMatchGroup>) | pageIndex, matches, groups | Initializes a new instance of the TextSearchInfo class with specified settings. |
See Also