GdPicture.NET.14
GdPicture14 Namespace / GdViewer.AnnotationEndEditingTextEventHandler Delegate
The 0-based index of the selected annotation within the current page of the displayed document. It is a value from 0 to GdViewer.GetAnnotationCount-1.





In This Topic
GdViewer.AnnotationEndEditingTextEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("A481695D-F994-3BFD-9DBB-5253753092A6")>
Public Delegate Sub GdViewer.AnnotationEndEditingTextEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
 

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 GdViewer.GetAnnotationCount-1.
See Also