'Declaration Public Event LinkClick As EventHandler(Of PdfLinkEventArgs)
public event EventHandler<PdfLinkEventArgs> LinkClick
public: __event EventHandler<PdfLinkEventArgs*>* LinkClick
public: event EventHandler<PdfLinkEventArgs^>^ LinkClick
Event Data
The event handler receives an argument of type PdfLinkEventArgs containing data related to this event. The following PdfLinkEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the Vintasoft.Imaging.Pdf.Tree.PdfAction. |
DestinationImageIndex | Gets the destination image index. |
Remarks
This event is thread safe.
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also