Click or drag to resize

AnnotationDataCollectionInsert Method

Inserts an AnnotationData object into the collection at a 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 void Insert(
	int index,
	AnnotationData data
)

Parameters

index
Type: SystemInt32
The position within the collection to place this object.
data
Type: Atalasoft.AnnotateAnnotationData
The AnnotationData object to insert.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the data parameter is null.
ArgumentOutOfRangeException Thrown if the index parameter if out of range for this collection.
See Also