Click or drag to resize

AnnotationUICollection Constructor (AnnotationUI)

Creates a new instance of AnnotationUICollection specifying an array of AnnotationUI objects.

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 AnnotationUICollection(
	AnnotationUI[] annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.UIAnnotationUI
An array of AnnotationUI objects to initialize the collection with.
Exceptions
ExceptionCondition
Thrown if the annotations argument is null (Nothing in VB).
See Also