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





In This Topic
GdPicture14 Namespace / GdViewer.AnnotationResizedEventHandler Delegate

GdViewer.AnnotationResizedEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")>

Public Delegate Sub GdViewer.AnnotationResizedEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")]

public delegate void GdViewer.AnnotationResizedEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationResizedEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")

public delegate GdViewer.AnnotationResizedEventHandler( 

   AnnotationIdx : int

)
[Guid("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")]

public: __gc __delegate void GdViewer.AnnotationResizedEventHandler( 

   int AnnotationIdx

)
[Guid("AE4CAD5D-88DF-3301-97A7-4D7040D697FD")]

public delegate void GdViewer.AnnotationResizedEventHandler( 

   int AnnotationIdx

)

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 GetAnnotationCount-1.
See Also