PDFReaderControls.NET Standard Class Reference

PagesViewer.PageLinkClicked Event

Raised when the user clicks a link on a page that refers to another page in the same document.

public event PageLinkClickedEventHandler PageLinkClicked;

Event Data

The event handler receives an argument of type PageLinkClickedEventArgs containing data related to this event. The following PageLinkClickedEventArgs properties provide information specific to this event.

Property Description
Destination The location to which this link points.
ModifierKeys Which keys modifier keys were pressed at the time of the event.
MouseButtons Which mouse buttons was pressed at the time of the event.
MousePosition The screen position of the mouse at the time of the event.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace