'Declaration
<GuidAttribute("7364A857-FA97-4C7A-9A18-3D0F4FA01A86")> Public Delegate Sub GdViewer.AnnotationDeletedByUserEventHandler( _ ByVal AnnotationIdx As Integer _ )
[Guid("7364A857-FA97-4C7A-9A18-3D0F4FA01A86")] public delegate void GdViewer.AnnotationDeletedByUserEventHandler( int AnnotationIdx )
public delegate GdViewer.AnnotationDeletedByUserEventHandler( AnnotationIdx: Integer );
GuidAttribute("7364A857-FA97-4C7A-9A18-3D0F4FA01A86") public delegate GdViewer.AnnotationDeletedByUserEventHandler( AnnotationIdx : int )
[Guid("7364A857-FA97-4C7A-9A18-3D0F4FA01A86")] public: __gc __delegate void GdViewer.AnnotationDeletedByUserEventHandler( int AnnotationIdx )
[Guid("7364A857-FA97-4C7A-9A18-3D0F4FA01A86")] public delegate void GdViewer.AnnotationDeletedByUserEventHandler( int AnnotationIdx )
Parameters
- AnnotationIdx
- The 0-based index of the annotation within the current page of the displayed document. It is a value from 0 to GetAnnotationCount-1.