AnnotationUIFactoryCollectionReplace Method |
Replaces a factory in the collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the oldFactory or newFactory parameter is null. |
Remarks If the old factory is not found in the collection, the new factory will be added to the end of the
collection.
See Also