PDFView4NET WinForms Edition
Link Property (AfterLinkExecuteEventArgs)




O2S.Components.PDFView4NET Namespace > AfterLinkExecuteEventArgs Class : Link Property
Gets the link that has been executed.
Syntax
'Declaration
 
Public ReadOnly Property Link As PDFLinkAnnotation
'Usage
 
Dim instance As AfterLinkExecuteEventArgs
Dim value As PDFLinkAnnotation
 
value = instance.Link
public PDFLinkAnnotation Link {get;}
public: __property PDFLinkAnnotation* get_Link();
public:
property PDFLinkAnnotation^ Link {
   PDFLinkAnnotation^ get();
}

Property Value

The annotation that has been executed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AfterLinkExecuteEventArgs Class
AfterLinkExecuteEventArgs Members