PDFView4NET WPF Edition
Annotation Property (AnnotationClickEventArgs)




O2S.Components.PDFView4NET Namespace > AnnotationClickEventArgs Class : Annotation Property
Gets the annotation that has been double clicked.
Syntax
'Declaration
 
Public ReadOnly Property Annotation As PDFAnnotation
'Usage
 
Dim instance As AnnotationClickEventArgs
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 that has been double clicked.
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

AnnotationClickEventArgs Class
AnnotationClickEventArgs Members