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





In This Topic
GdPicture14 Namespace / GdViewer.AnnotationRotatedEventHandler Delegate

GdViewer.AnnotationRotatedEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")>

Public Delegate Sub GdViewer.AnnotationRotatedEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]

public delegate void GdViewer.AnnotationRotatedEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationRotatedEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")

public delegate GdViewer.AnnotationRotatedEventHandler( 

   AnnotationIdx : int

)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]

public: __gc __delegate void GdViewer.AnnotationRotatedEventHandler( 

   int AnnotationIdx

)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]

public delegate void GdViewer.AnnotationRotatedEventHandler( 

   int AnnotationIdx

)

Parameters

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