AnnotationUICollectionContains Method |
Determines if an annotation is contained within the collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Contains(
AnnotationUI annotation
)
Public Function Contains (
annotation As AnnotationUI
) As Boolean
Parameters
- annotation
- Type: Atalasoft.Annotate.UIAnnotationUI
The annotation to search for.
Return Value
Type:
Boolean True if the annotation is within the collection.
Exceptions Exception | Condition |
---|
| Thrown if the annotation parameter is null. |
See Also