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