The 0-based index of the clicked annotation within the current page of the displayed document. It is a value from 0 to GetAnnotationCount-1.





In This Topic
GdPicture14 Namespace / GdViewer.AnnotationClickedEventHandler Delegate

GdViewer.AnnotationClickedEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("24A5D1FD-E24A-38E7-BABB-D9681D723197")>
Public Delegate Sub GdViewer.AnnotationClickedEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
[Guid("24A5D1FD-E24A-38E7-BABB-D9681D723197")]
public delegate void GdViewer.AnnotationClickedEventHandler( 
   int AnnotationIdx
)
public delegate GdViewer.AnnotationClickedEventHandler( 
    AnnotationIdx: Integer
);
GuidAttribute("24A5D1FD-E24A-38E7-BABB-D9681D723197")
public delegate GdViewer.AnnotationClickedEventHandler( 
   AnnotationIdx : int
)
[Guid("24A5D1FD-E24A-38E7-BABB-D9681D723197")]
public: __gc __delegate void GdViewer.AnnotationClickedEventHandler( 
   int AnnotationIdx
)
[Guid("24A5D1FD-E24A-38E7-BABB-D9681D723197")]
public delegate void GdViewer.AnnotationClickedEventHandler( 
   int AnnotationIdx
)

Parameters

AnnotationIdx
The 0-based index of the clicked annotation within the current page of the displayed document. It is a value from 0 to GetAnnotationCount-1.
See Also