OcrEngineCollectionCopyTo 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(
OcrEngine[] array,
int index
)
Public Sub CopyTo (
array As OcrEngine(),
index As Integer
)
Parameters
- array
- Type: Atalasoft.OcrOcrEngine
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