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





In This Topic
GdPicture14 Namespace / GdViewer.AnnotationAddedByUserEventHandler Delegate

GdViewer.AnnotationAddedByUserEventHandler Delegate

In This Topic
Syntax
'Declaration
 
<GuidAttribute("83EFD50A-F8B0-3EC0-B23B-3D8E915DA22A")>
Public Delegate Sub GdViewer.AnnotationAddedByUserEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
[Guid("83EFD50A-F8B0-3EC0-B23B-3D8E915DA22A")]
public delegate void GdViewer.AnnotationAddedByUserEventHandler( 
   int AnnotationIdx
)
public delegate GdViewer.AnnotationAddedByUserEventHandler( 
    AnnotationIdx: Integer
);
GuidAttribute("83EFD50A-F8B0-3EC0-B23B-3D8E915DA22A")
public delegate GdViewer.AnnotationAddedByUserEventHandler( 
   AnnotationIdx : int
)
[Guid("83EFD50A-F8B0-3EC0-B23B-3D8E915DA22A")]
public: __gc __delegate void GdViewer.AnnotationAddedByUserEventHandler( 
   int AnnotationIdx
)
[Guid("83EFD50A-F8B0-3EC0-B23B-3D8E915DA22A")]
public delegate void GdViewer.AnnotationAddedByUserEventHandler( 
   int AnnotationIdx
)

Parameters

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