Click or drag to resize

AnnotationDataCollectionItem Property

Gets an AnnotationData object form the collection at the specified index.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationData this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the item to retrieve.

Property Value

Type: AnnotationData
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the index parameter is out of range for this collection.
See Also