Click or drag to resize

AnnotationUIFactoryCollectionRemove Method

Removes a factory 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(
	IAnnotationUIFactory factory
)

Parameters

factory
Type: Atalasoft.Annotate.UIIAnnotationUIFactory
The factory to remove.
Exceptions
ExceptionCondition
Thrown if the factory parameter is null.
See Also