GdViewer.AnnotationEndEditingTextEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("A481695D-F994-3BFD-9DBB-5253753092A6")>
Public Delegate Sub GdViewer.AnnotationEndEditingTextEventHandler( _
ByVal As Integer _
)
[Guid("A481695D-F994-3BFD-9DBB-5253753092A6")]
public delegate void GdViewer.AnnotationEndEditingTextEventHandler(
int
)
public delegate GdViewer.AnnotationEndEditingTextEventHandler(
: Integer
);
GuidAttribute("A481695D-F994-3BFD-9DBB-5253753092A6")
public delegate GdViewer.AnnotationEndEditingTextEventHandler(
: int
)
[Guid("A481695D-F994-3BFD-9DBB-5253753092A6")]
public: __gc __delegate void GdViewer.AnnotationEndEditingTextEventHandler(
int
)
[Guid("A481695D-F994-3BFD-9DBB-5253753092A6")]
public delegate void GdViewer.AnnotationEndEditingTextEventHandler(
int
)
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