Click or drag to resize

AnnotationUICollectionCopyTo 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.UIAnnotationUI
The array where items will be copied.
Exceptions
ExceptionCondition
Thrown if the array is null (Nothing in VB).
See Also