PageHyperlinkArea
Leave feedback
On this page
Represents a page area which is used to represent a hyperlink on the page.
public sealed class PageHyperlinkArea : PageArea
| Name | Description |
|---|---|
| PageHyperlinkArea(string, string, Page, Rectangle) | Initializes a new instance of the PageHyperlinkArea class. |
| Name | Description |
|---|---|
| Page { get; } | Gets the document page information such as page index and page size. |
| Rectangle { get; } | Gets the rectangular area. |
| Text { get; } | Gets the hyperlink text. |
| Url { get; } | Gets the hyperlink URL. |
An instance of PageHyperlinkArea class is used as return value of the following methods:
See the usage examples there.
- class PageArea
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.