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





In This Topic
GdViewer.AnnotationMovedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")>
Public Delegate Sub GdViewer.AnnotationMovedEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
 

Parameters

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