Click or drag to resize

AnnotationUICollection.CopyTo Method (AnnotationUI[])

Copies all of the items from this collection into an array.

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 CopyTo(
	AnnotationUI[] array
)

Parameters

array
Type:Atalasoft.Annotate.UI.AnnotationUI[]
The array where items will be copied.
Exceptions
ExceptionCondition
Thrown if the array is null (Nothing in VB).
See Also