PDFLinkExecuteEventArgs¶
Namespace: O2S.Components.PDF4NET.View
Defines the parameters for the and events.
Inheritance Object → EventArgs → PDFLinkExecuteEventArgs
Properties¶
Cancel¶
Gets or sets a value indicating whether the link should be executed or not.
Property Value
Boolean
True if the link should not be executed. Default is false.
Remarks
This property is not used by event.
Link¶
Gets the link annotation that will be executed.
Property Value
PDFLinkAnnotation
The link annotation that is about to be executed.