PDFView4NET WinForms Edition
Annotation Property (AnnotationToolTipPopupEventArgs)




O2S.Components.PDFView4NET Namespace > AnnotationToolTipPopupEventArgs Class : Annotation Property
Gets the annotation for which the tooltip needs to be shown.
Syntax
'Declaration
 
Public ReadOnly Property Annotation As PDFAnnotation
'Usage
 
Dim instance As AnnotationToolTipPopupEventArgs
Dim value As PDFAnnotation
 
value = instance.Annotation
public PDFAnnotation Annotation {get;}
public: __property PDFAnnotation* get_Annotation();
public:
property PDFAnnotation^ Annotation {
   PDFAnnotation^ get();
}

Property Value

The annotation for which the tooltip needs to be shown.
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

AnnotationToolTipPopupEventArgs Class
AnnotationToolTipPopupEventArgs Members