Click or drag to resize

AnnotationUICollection.Remove 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.UI.AnnotationUI[]
An array of AnnotationUI objects to remove.
Exceptions
ExceptionCondition
Thrown if the annotations argument is null (Nothing in VB).
See Also