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.AnnotationEndEditingTextEventHandler Delegate

GdViewer.AnnotationEndEditingTextEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("A481695D-F994-3BFD-9DBB-5253753092A6")>

Public Delegate Sub GdViewer.AnnotationEndEditingTextEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("A481695D-F994-3BFD-9DBB-5253753092A6")]

public delegate void GdViewer.AnnotationEndEditingTextEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationEndEditingTextEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("A481695D-F994-3BFD-9DBB-5253753092A6")

public delegate GdViewer.AnnotationEndEditingTextEventHandler( 

   AnnotationIdx : int

)
[Guid("A481695D-F994-3BFD-9DBB-5253753092A6")]

public: __gc __delegate void GdViewer.AnnotationEndEditingTextEventHandler( 

   int AnnotationIdx

)
[Guid("A481695D-F994-3BFD-9DBB-5253753092A6")]

public delegate void GdViewer.AnnotationEndEditingTextEventHandler( 

   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