PageHyperlinkArea

PageHyperlinkArea constructor

Initializes a new instance of the PageHyperlinkArea class.

public PageHyperlinkArea(string text, string url, Page page, Rectangle rectangle)
Parameter Type Description
text String The hyperlink text.
url String The hyperlink URL.
page Page The page that contains the hyperlink.
rectangle Rectangle The rectangular area that contains the hyperlink.

See Also