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

GdViewer.AnnotationStartEditingTextEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("85B03EBE-19FD-37EF-9C69-CCC47BB6DD4F")>

Public Delegate Sub GdViewer.AnnotationStartEditingTextEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("85B03EBE-19FD-37EF-9C69-CCC47BB6DD4F")]

public delegate void GdViewer.AnnotationStartEditingTextEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationStartEditingTextEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("85B03EBE-19FD-37EF-9C69-CCC47BB6DD4F")

public delegate GdViewer.AnnotationStartEditingTextEventHandler( 

   AnnotationIdx : int

)
[Guid("85B03EBE-19FD-37EF-9C69-CCC47BB6DD4F")]

public: __gc __delegate void GdViewer.AnnotationStartEditingTextEventHandler( 

   int AnnotationIdx

)
[Guid("85B03EBE-19FD-37EF-9C69-CCC47BB6DD4F")]

public delegate void GdViewer.AnnotationStartEditingTextEventHandler( 

   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