Click or drag to resize

AnnotationUICollectionAddRange Method (AnnotationUI)

Adds an array of annotations to the collection.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void AddRange(
	AnnotationUI[] annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.UIAnnotationUI
An array of annotations to add.
Exceptions
ExceptionCondition
Thrown if the annotations parameter is null.
See Also