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





In This Topic
GdPicture14 Namespace / GdViewer.AnnotationMovedEventHandler Delegate

GdViewer.AnnotationMovedEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")>

Public Delegate Sub GdViewer.AnnotationMovedEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]

public delegate void GdViewer.AnnotationMovedEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationMovedEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")

public delegate GdViewer.AnnotationMovedEventHandler( 

   AnnotationIdx : int

)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]

public: __gc __delegate void GdViewer.AnnotationMovedEventHandler( 

   int AnnotationIdx

)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]

public delegate void GdViewer.AnnotationMovedEventHandler( 

   int AnnotationIdx

)

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