Click or drag to resize

AnnotationDataCollectionAddRange Method

Adds an array of AnnotationData objects to the collection.

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 AddRange(
	AnnotationData[] data
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
An array of AnnotationData objects to add.
Exceptions
ExceptionCondition
Thrown if the data parameter is null or zero length.
See Also