AnnotationDataCollectionItem Property |
Gets an AnnotationData object form the collection at the specified index.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AnnotationData this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As AnnotationData
Get
Set
Parameters
- index
- Type: SystemInt32
The index of the item to retrieve.
Property Value
Type:
AnnotationData
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the index parameter is out of range for this collection. |
See Also