AnnotationUICollection.Add Method |
Adds a single annotation to 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)
Syntaxpublic void Add(
AnnotationUI annotation
)
Public Sub Add (
annotation As AnnotationUI
)
Parameters
- annotation
- Type: Atalasoft.Annotate.UI.AnnotationUI
The annotation to add.
ExceptionsException | Condition |
---|
| Thrown if the annotation parameter is null. |
See Also