LinkClickedEventArgs Constructor Terminal Works - PDF Printing.Net Library
Initializes a new instance of the LinkClickedEventArgs

Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public LinkClickedEventArgs(
	DestinationType linkType,
	Object linkValue,
	bool cancel
)

Parameters

linkType
Type: PdfPrintingNetDestinationType
Link type: URL, ScrollToPage, Application, ...
linkValue
Type: SystemObject
Value of the link. Based on the link type it can be page number, web URL, ...
cancel
Type: SystemBoolean
Cancel execution of the event
See Also

Reference