GdPicture.NET.14
GdPicture14 Namespace / GdViewer.AnnotationResizedEventHandler Delegate
The 0-based index of the resized annotation within the current page of the displayed document. It is a value from 0 to GdViewer.GetAnnotationCount-1.





In This Topic
GdViewer.AnnotationResizedEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")>
Public Delegate Sub GdViewer.AnnotationResizedEventHandler( _
   ByVal AnnotationIdx As Integer _
) 
 

Parameters

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