PDFView4NET WPF Edition
Link Property (BeforeLinkExecuteEventArgs)




O2S.Components.PDFView4NET Namespace > BeforeLinkExecuteEventArgs Class : Link Property
Gets the link annotation that will be executed.
Syntax
'Declaration
 
Public ReadOnly Property Link As PDFLinkAnnotation
'Usage
 
Dim instance As BeforeLinkExecuteEventArgs
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 link annotation that is about to be 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

BeforeLinkExecuteEventArgs Class
BeforeLinkExecuteEventArgs Members