Click or drag to resize

AnnotationImporterCollectionIndexOf Method

Finds the index of a given AnnotationImporter within the collection.

Namespace:  Atalasoft.Annotate.UI.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	AnnotationImporter value
)

Parameters

value
Type: Atalasoft.Annotate.UI.ImportersAnnotationImporter
The AnnotationImporter to find.

Return Value

Type: Int32
A value 0 or greater if the AnnotationImporter was found, less than zero if not.
See Also