GdViewer.BeforeAnnotationAddedByUserEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")>
Public Delegate Sub GdViewer.BeforeAnnotationAddedByUserEventHandler( _
ByVal As Integer _
)
[Guid("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")]
public delegate void GdViewer.BeforeAnnotationAddedByUserEventHandler(
int
)
public delegate GdViewer.BeforeAnnotationAddedByUserEventHandler(
: Integer
);
GuidAttribute("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")
public delegate GdViewer.BeforeAnnotationAddedByUserEventHandler(
: int
)
[Guid("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")]
public: __gc __delegate void GdViewer.BeforeAnnotationAddedByUserEventHandler(
int
)
[Guid("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")]
public delegate void GdViewer.BeforeAnnotationAddedByUserEventHandler(
int
)
Parameters
- AnnotationIdx
- The 0-based index of the newly added annotation within the current page of the displayed document. It is a value from 0 to GetAnnotationCount-1.
See Also