[]
Finds a C1Hyperlink at the specified position on the specified page.
public C1HyperlinkInfo FindHyperlink(int pageIndex, PointD pt)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The 0-based index of the page. |
| PointD | pt | The position on the page. |
| Type | Description |
|---|---|
| C1HyperlinkInfo | C1HyperlinkInfo associated with the found hyperlink, or null. |