Click or drag to resize

AnnotationDataCollectionIndexOf Method

Returns the index of an item in the collection.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	AnnotationData data
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The item to search for.

Return Value

Type: Int32
The index of the item or -1 if the item does not exist in the collection.
See Also