Click or drag to resize

AnnotationDataCollectionContains Method

Determines whether the AnnotationDataCollection contains the specified element

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

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The element to locate in the CollectionBase

Return Value

Type: Boolean
true if the AnnotationDataCollection contains the specified value; otherwise, false.
See Also