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





In This Topic
GdPicture14 Namespace / GdViewer.AnnotationSelectedEventHandler Delegate

GdViewer.AnnotationSelectedEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("B42D70F9-F19A-3819-A43D-75D1F47198A8")>
Public Delegate Sub GdViewer.AnnotationSelectedEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
[Guid("B42D70F9-F19A-3819-A43D-75D1F47198A8")]
public delegate void GdViewer.AnnotationSelectedEventHandler( 
   int AnnotationIdx
)
public delegate GdViewer.AnnotationSelectedEventHandler( 
    AnnotationIdx: Integer
);
GuidAttribute("B42D70F9-F19A-3819-A43D-75D1F47198A8")
public delegate GdViewer.AnnotationSelectedEventHandler( 
   AnnotationIdx : int
)
[Guid("B42D70F9-F19A-3819-A43D-75D1F47198A8")]
public: __gc __delegate void GdViewer.AnnotationSelectedEventHandler( 
   int AnnotationIdx
)
[Guid("B42D70F9-F19A-3819-A43D-75D1F47198A8")]
public delegate void GdViewer.AnnotationSelectedEventHandler( 
   int AnnotationIdx
)

Parameters

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