WebAnnotationControllerGetAnnotation Method (Int32, Int32, Int32) |
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationUI GetAnnotation(
int layerIndex,
int groupIndex,
int annIndex
)
Public Function GetAnnotation (
layerIndex As Integer,
groupIndex As Integer,
annIndex As Integer
) As AnnotationUI
Parameters
- layerIndex
- Type: SystemInt32
Index of the layer that the annotation is on. - groupIndex
- Type: SystemInt32
Index of the group that the annotation is on. This should be -1 if the annotation is not
in a group. - annIndex
- Type: SystemInt32
Index of the annotation relative to the parent object.
Return Value
Type:
AnnotationUISee Also