Click or drag to resize

WebAnnotationControllerGetAnnotation Method (Int32, Int32, Int32, String)

Gets the AnnotationUI object at the given layerIndex, groupIndex, and annIndex.

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,
	string uniqueID
)

Parameters

layerIndex
Type: SystemInt32
groupIndex
Type: SystemInt32
annIndex
Type: SystemInt32
uniqueID
Type: SystemString

Return Value

Type: AnnotationUI
Returns an AnnotationUI object if one is found, null otherwise.
See Also