PageHyperlinkArea
Contents
[
Hide
]
PageHyperlinkArea class
Represents a page area which is used to represent a hyperlink on the page.
public sealed class PageHyperlinkArea : PageArea
Constructors
| Name | Description |
|---|---|
| PageHyperlinkArea(string, string, Page, Rectangle) | Initializes a new instance of the PageHyperlinkArea class. |
Properties
| 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. |
Remarks
An instance of PageHyperlinkArea class is used as return value of the following methods:
See the usage examples there.
See Also
- class PageArea
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser