Click or drag to resize

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
)

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: AnnotationUI
See Also