Click or drag to resize

AnnotationImporterCollectionContains Method

Returns true if the collection contains a given AnnotationImporter.

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 bool Contains(
	AnnotationImporter value
)

Parameters

value
Type: Atalasoft.Annotate.UI.ImportersAnnotationImporter
The AnnotationImported that to search for.

Return Value

Type: Boolean
See Also