Click or drag to resize

AnnotationUICollectionRemove Method (AnnotationUI)

Removes multiple annotations from 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 void Remove(
	AnnotationUI[] annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.UIAnnotationUI
An array of AnnotationUI objects to remove.
Exceptions
ExceptionCondition
Thrown if the annotations argument is null (Nothing in VB).
See Also