AnnotationUICollectionAddRange Method (AnnotationUI) |
Adds an array of annotations 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)
Syntax public void AddRange(
AnnotationUI[] annotations
)
Public Sub AddRange (
annotations As AnnotationUI()
)
Parameters
- annotations
- Type: Atalasoft.Annotate.UIAnnotationUI
An array of annotations to add.
Exceptions Exception | Condition |
---|
| Thrown if the annotations parameter is null. |
See Also