Click or drag to resize

AnnotationDataCollectionRemove Method

Removes an AnnotationData object from the collection.

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

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The object to remove.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the data parameter is null.
See Also