Click or drag to resize

PdfBeforeLinkClickedEventArgs Class

Represents the class that contain event data for BeforeLinkClicked event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsPdfBeforeLinkClickedEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public class PdfBeforeLinkClickedEventArgs : EventArgs

The PdfBeforeLinkClickedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPdfBeforeLinkClickedEventArgs Construct new PdfBeforeLinkClickedEventArgs object
Top
Properties
 NameDescription
Public propertyCancel Determines whether the default action is canceled. True to cancel, false otherwise.
Public propertyLink Gets PdfLink object if it was clicked, null otherwise
Public propertyWebLink Gets WebLink object if it was clicked, null otherwise
Top
Remarks
In this event handler, you can cancel the link action.
See Also