Click or drag to resize

AnnotationUICollectionAddRange Method (AnnotationUICollection)

Adds annotations from another AnnotationUICollection to this 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(
	AnnotationUICollection annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.UIAnnotationUICollection
An AnnotationUICollection containing items to add into this collection.
Exceptions
ExceptionCondition
Thrown if the annotations parameter is null.
See Also