GdViewer.AnnotationRotatedEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")>
Public Delegate Sub GdViewer.AnnotationRotatedEventHandler( _
ByVal As Integer _
)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]
public delegate void GdViewer.AnnotationRotatedEventHandler(
int
)
public delegate GdViewer.AnnotationRotatedEventHandler(
: Integer
);
GuidAttribute("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")
public delegate GdViewer.AnnotationRotatedEventHandler(
: int
)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]
public: __gc __delegate void GdViewer.AnnotationRotatedEventHandler(
int
)
[Guid("47EC51B0-03CF-3AE9-BF3E-81856E89E3C7")]
public delegate void GdViewer.AnnotationRotatedEventHandler(
int
)
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