Click or drag to resize

OcrRegionCollectionCopyTo Method

Copies the elements of the ICollection to an Array, starting at a particular Array index.

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

Parameters

array
Type: Atalasoft.OcrOcrRegion
The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.
index
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also