PageHyperlinkArea class

PageHyperlinkArea class

Represents a page area which is used to represent a hyperlink on the page.

Inheritance: PageHyperlinkAreaPageArea

The PageHyperlinkArea type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PageHyperlinkArea class.

Properties

Property Description
rectangle Gets the rectangular area.
page Gets the document page information such as page index and page size.
text Gets the hyperlink text.
url 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