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