Click or drag to resize

AnnotationImporterCollectionCopyTo Method

Copies the entire contents of the collection to an array.

Namespace:  Atalasoft.Annotate.UI.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	AnnotationImporter[] array,
	int index
)

Parameters

array
Type: Atalasoft.Annotate.UI.ImportersAnnotationImporter
The array that will be used for copying.
index
Type: SystemInt32
The start of the array.
See Also