AnnotationDataCollectionInsert Method |
Inserts an
AnnotationData object into the collection at a specified index.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Insert(
int index,
AnnotationData data
)
Public Sub Insert (
index As Integer,
data As AnnotationData
)
Parameters
- index
- Type: SystemInt32
The position within the collection to place this object. - data
- Type: Atalasoft.AnnotateAnnotationData
The AnnotationData object to insert.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the data parameter is null. |
| ArgumentOutOfRangeException | Thrown if the index parameter if out of range for this collection. |
See Also